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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user