summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDelapouite <delapouite@gmail.com>2018-03-28 07:33:43 +0200
committerDelapouite <delapouite@gmail.com>2018-03-28 07:33:43 +0200
commit1b7b3fea09958317613d53758bdc2922a4e87d46 (patch)
tree7d0d41cbd149e890cd095689abb65749b061e80c /src
parent726dd8f0d8f42b546000d9bf3a914787035db5e9 (diff)
Fix typo in on-key command description
Diffstat (limited to 'src')
-rw-r--r--src/commands.cc2
1 files changed, 1 insertions, 1 deletions
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 <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,