Fix typos

Inspired by 4d3ee554b3.
Found using `codespell`.
This commit is contained in:
Luflosi
2019-08-23 01:01:12 +02:00
parent c905978874
commit 6cc720a350
15 changed files with 24 additions and 24 deletions

View File

@@ -95,7 +95,7 @@ def parse_ssh_args(args):
def quote(x):
# we have to escape unbalanced quotes and other unparseable
# we have to escape unbalanced quotes and other unparsable
# args as they will break the shell script
# But we do not want to quote things like * or 'echo hello'
# See https://github.com/kovidgoyal/kitty/issues/1787