commit d51e796df206f152cabe0664b47be51b7d05dadc
parent 8e57c539a0b7b4480294c3c47aca624afdf6718d
Author: Bastien Dejean <nihilhill@gmail.com>
Date: Tue, 18 Jun 2013 15:18:28 +0200
Fix small typo
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -38,7 +38,7 @@ The keysym names are given by the output of `xev`.
Hotkeys and commands can be spread across multiple lines by ending each partial line with a backslash character.
-When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only by executed after receiving each chord of the chain in consecutive order.
+When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only be executed after receiving each chord of the chain in consecutive order.
If `@` is added at the beginning of the keysym, the command will be run on key release events, otherwise on key press events.
diff --git a/sxhkd.1 b/sxhkd.1
@@ -55,7 +55,7 @@ The keysym names are given by the output of
.PP
Hotkeys and commands can be spread across multiple lines by ending each partial line with a backslash character.
.PP
-When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only by executed after receiving each chord of the chain in consecutive order.
+When multiple chords are separated by semicolons, the hotkey is a chord chain: the command will only be executed after receiving each chord of the chain in consecutive order.
.PP
If
.I @