From 20582431d6b3fb86a5c90feab36a3a520e927d21 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Mar 2022 21:50:55 +0530 Subject: [PATCH] typo --- kittens/ssh/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/ssh/options/definition.py b/kittens/ssh/options/definition.py index f144c8b47..0e0ba2fbe 100644 --- a/kittens/ssh/options/definition.py +++ b/kittens/ssh/options/definition.py @@ -87,7 +87,7 @@ these are automatically cleaned up by kitty when it quits. opt('interpreter', 'sh', long_text=''' The interpreter to use on the remote host. Must be either a POSIX complaint shell -or a python executable. If the default sh is not available for broken, using +or a python executable. If the default sh is not available or broken, using an alternate interpreter can be useful. ''')