summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);