diff options
author | Torstein Husebø <torstein@huseboe.net> | 2020-08-27 19:52:34 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2020-12-16 22:08:23 +0100 |
commit | 18c92652242e53f2ee74f0ffc268c3d4ef4119c3 (patch) | |
tree | 10f2e751910a87d7c470cbcff3f70ee3450a2072 /completion | |
parent | 8c5a850d39853de1ad18970db4030934046e9b86 (diff) |
treewide: fix typos
Signed-off-by: Torstein Husebø <torstein@huseboe.net>
Diffstat (limited to 'completion')
-rw-r--r-- | completion/zsh/_libinput | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completion/zsh/_libinput b/completion/zsh/_libinput index c25fb7a5..e793109a 100644 --- a/completion/zsh/_libinput +++ b/completion/zsh/_libinput @@ -196,7 +196,7 @@ __all_seats() '--help[Show help message and exit]' \ '--all[Record all /dev/input/event* devices available on the system]' \ '--autorestart=[Terminate the current recording after s seconds of device inactivity]' \ - {-o+,--output=}'[Speficy the output file to use]:file:_files -g "*.yml"' \ + {-o+,--output=}'[Specify the output file to use]:file:_files -g "*.yml"' \ '--multiple[Record multiple devices at once]' \ '--show-keycodes[Show keycodes as-is in the recording]' \ '--with-libinput[Record libinput events alongside device events]' \ |