Fix typo in on-key command description

This commit is contained in:
Delapouite 2018-03-28 07:33:43 +02:00
parent 726dd8f0d8
commit 1b7b3fea09

View File

@ -1891,7 +1891,7 @@ const CommandDesc menu_cmd = {
const CommandDesc on_key_cmd = {
"on-key",
nullptr,
"on-key <command>: wait for next user key then and execute <command>, "
"on-key <command>: wait for next user key and then execute <command>, "
"with key available in the `key` value",
single_param,
CommandFlags::None,