diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 11:56:27 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 11:56:27 +0100 |
commit | 99a288fb4739b3c8e6d3d7ee6d56b482967c3b7b (patch) | |
tree | 2db661db33e3ecab947ef7af7e9285348a5c7558 /src | |
parent | 02f58fd515960ac2a5dbd7f88f0425702ac71717 (diff) |
Typofix
Diffstat (limited to 'src')
-rw-r--r-- | src/common/userlist.c | 2 | ||||
-rw-r--r-- | src/fe-gtk/menu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/userlist.c b/src/common/userlist.c index 620ed4aa..061e8d95 100644 --- a/src/common/userlist.c +++ b/src/common/userlist.c @@ -397,7 +397,7 @@ userlist_add (struct session *sess, char *name, char *hostname) sess->total++; - /* most ircds don't support multiple modechars infront of the nickname + /* most ircds don't support multiple modechars in front of the nickname for /NAMES - though they should. */ while (prefix_chars) { diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c index c649a76a..8b25f4ed 100644 --- a/src/fe-gtk/menu.c +++ b/src/fe-gtk/menu.c @@ -1436,7 +1436,7 @@ menu_pluginlist (void) #define url_help _("URL Handlers - Special codes:\n\n"\ "%s = the URL string\n\n"\ - "Putting a ! infront of the command\n"\ + "Putting a ! in front of the command\n"\ "indicates it should be sent to a\n"\ "shell instead of HexChat") |