Rebranding

This commit is contained in:
Berke Viktor
2012-11-11 13:51:50 +01:00
parent 4c1f2b93d0
commit 348c6ba919
6 changed files with 9 additions and 9 deletions

View File

@ -537,7 +537,7 @@ Callback_Print(char *word[], void *userdata)
/* Cut off the message identifier. */
word += 1;
/* XChat doesn't provide a word_eol for print events, so we
/* HexChat doesn't provide a word_eol for print events, so we
* build our own here. */
while (word[listsize] && word[listsize][0])
listsize++;