From 33c7b961464b173aed9a5976f4fa1158a65805c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 30 Dec 2020 23:02:37 +0100 Subject: [PATCH] core: fix typo in comment --- src/core/wee-command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index d538bfd9f..5a785d710 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -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 */