1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

core: fix typo in comment

This commit is contained in:
Sebastien Helleu
2013-01-14 16:26:56 +01:00
parent 08d27eb81c
commit 8e587f7093
+1 -1
View File
@@ -5376,7 +5376,7 @@ COMMAND_CALLBACK(window)
return WEECHAT_RC_OK;
}
/* silently ignore argument "*" (can heppen when clicking in a root bar) */
/* silently ignore argument "*" (can happen when clicking in a root bar) */
if (strcmp (argv_eol[1], "*") == 0)
return WEECHAT_RC_OK;