summary refs log tree commit diff stats
path: root/src/common/userlist.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 11:56:27 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 11:56:27 +0100
commit99a288fb4739b3c8e6d3d7ee6d56b482967c3b7b (patch)
tree2db661db33e3ecab947ef7af7e9285348a5c7558 /src/common/userlist.c
parent02f58fd515960ac2a5dbd7f88f0425702ac71717 (diff)
Typofix
Diffstat (limited to 'src/common/userlist.c')
-rw-r--r--src/common/userlist.c2
1 files changed, 1 insertions, 1 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)
 	{