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

core: fix typo in comment

This commit is contained in:
Sébastien Helleu
2020-12-30 23:02:37 +01:00
parent 7b13bb5cf9
commit 33c7b96146
+1 -1
View File
@@ -275,7 +275,7 @@ COMMAND_CALLBACK(bar)
{
/* create bar */
if (gui_bar_new (
argv[2], /* nane */
argv[2], /* name */
"0", /* hidden */
"0", /* priority */
str_type, /* type */