diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 22:55:35 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-13 22:55:35 +0200 |
commit | bc4d4f6536402b0d23e5442c73449f4bbb3f61d4 (patch) | |
tree | 33f3f9b1e4a4499590d96e11bc115c258c8f17a3 /plugins/hextray/xtray.h | |
parent | 84c536e4ea7a5f517822c9928222f066f2faf3fe (diff) |
Fix misspelled words
Diffstat (limited to 'plugins/hextray/xtray.h')
-rw-r--r-- | plugins/hextray/xtray.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hextray/xtray.h b/plugins/hextray/xtray.h index 7fa51ad3..0bd8a990 100644 --- a/plugins/hextray/xtray.h +++ b/plugins/hextray/xtray.h @@ -59,7 +59,7 @@ extern struct _xchat_plugin *ph; #define PREF_AMAE 13 // alert me about events #define PREF_OSBWM 14 // Only Show Balloon When Minimized #define PREF_UWIOB 15 // Use Window Instead of Balloon -#define PREF_KAOI 16 // Keep alerts open indefinately +#define PREF_KAOI 16 // Keep alerts open indefinitely #define PREF_MIOC 17 // Minimize instead of close #define PREF_BLINK 18 // blink icon #define PREF_CICO 19 // change icon - not implemented |