summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-messages.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2007-06-16 14:50:05 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-06-16 14:50:05 +0000
commit3845518b3a8e0da42f75abf36120cf53e52ff2aa (patch)
tree8f0a9eea64a8135c7509deb8deae8f3ab3152569 /src/fe-common/core/fe-messages.c
parentd700521273729f8a46a3e8d0dbe3d1753349972b (diff)
downloadirssi-3845518b3a8e0da42f75abf36120cf53e52ff2aa.zip
Fix comment.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4554 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/fe-messages.c')
-rw-r--r--src/fe-common/core/fe-messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-messages.c b/src/fe-common/core/fe-messages.c
index 82ca4dc4..d9f77e28 100644
--- a/src/fe-common/core/fe-messages.c
+++ b/src/fe-common/core/fe-messages.c
@@ -455,7 +455,7 @@ static void print_nick_change(SERVER_REC *server, const char *newnick,
msgprint = FALSE;
- /* Print to each channel/query where the nick is.
+ /* Print to each channel where the nick is.
Don't print more than once to the same window. */
windows = NULL;
for (tmp = server->channels; tmp != NULL; tmp = tmp->next) {