summaryrefslogtreecommitdiff
path: root/src/plugins/irc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-11-07 09:31:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-11-07 09:31:20 +0100
commitb10bcabae1843fab716b4674f3d73ba81fbf2abe (patch)
treeb16086b41457e5db96235f4e701953bf0df74ed7 /src/plugins/irc
parent29097ad7eb3df37e23ae6c08cac3b602cf8769b6 (diff)
downloadweechat-b10bcabae1843fab716b4674f3d73ba81fbf2abe.zip
Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tags_whois
Diffstat (limited to 'src/plugins/irc')
-rw-r--r--src/plugins/irc/irc-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index d1ab51552..65e8aed9e 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -1939,7 +1939,7 @@ irc_config_init ()
"notify_tags_ison", "string",
N_("comma separated list of tags used in messages printed by notify "
"when a nick joins or quits server (result of command ison), "
- "for example: \"notify_highglight\", \"notify_message\" or "
+ "for example: \"notify_highlight\", \"notify_message\" or "
"\"notify_private\""),
NULL, 0, 0, "notify_message", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
@@ -1948,7 +1948,7 @@ irc_config_init ()
"notify_tags_whois", "string",
N_("comma separated list of tags used in messages printed by notify "
"when a nick away status changes (result of command whois), "
- "for example: \"notify_highglight\", \"notify_message\" or "
+ "for example: \"notify_highlight\", \"notify_message\" or "
"\"notify_private\""),
NULL, 0, 0, "notify_message", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);