From 1b7b3fea09958317613d53758bdc2922a4e87d46 Mon Sep 17 00:00:00 2001 From: Delapouite Date: Wed, 28 Mar 2018 07:33:43 +0200 Subject: [PATCH] Fix typo in on-key command description --- src/commands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.cc b/src/commands.cc index 6a09d27f..45007c5e 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -1891,7 +1891,7 @@ const CommandDesc menu_cmd = { const CommandDesc on_key_cmd = { "on-key", nullptr, - "on-key : wait for next user key then and execute , " + "on-key : wait for next user key and then execute , " "with key available in the `key` value", single_param, CommandFlags::None,