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

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 */