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/callbacks.cpp | |
parent | 84c536e4ea7a5f517822c9928222f066f2faf3fe (diff) |
Fix misspelled words
Diffstat (limited to 'plugins/hextray/callbacks.cpp')
-rw-r--r-- | plugins/hextray/callbacks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hextray/callbacks.cpp b/plugins/hextray/callbacks.cpp index 098cd5bb..96990050 100644 --- a/plugins/hextray/callbacks.cpp +++ b/plugins/hextray/callbacks.cpp @@ -152,7 +152,7 @@ int event_cb(char *word[], void *userdata) /**************************************************************************************/ /***** Use windows instead of balloons, and if its a window should we keep it open ****/ - /***** indefinately? ****/ + /***** indefinitely? ****/ /**************************************************************************************/ szTemp = xchat_strip_color(szInfo); |