From b10bcabae1843fab716b4674f3d73ba81fbf2abe Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 7 Nov 2010 09:31:20 +0100 Subject: Fix typo in help of options irc.look.notify_tags_ison and irc.look.notify_tags_whois --- src/plugins/irc/irc-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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); -- cgit v1.2.3