From 23570cc5f7228f27f5d02cbdeeccccbb7de89be4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 31 Oct 2021 11:55:00 +0530 Subject: [PATCH] ... --- kitty/rc/select_window.py | 2 +- kitty/remote_control.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/rc/select_window.py b/kitty/rc/select_window.py index a78d18963..f3edf6f87 100644 --- a/kitty/rc/select_window.py +++ b/kitty/rc/select_window.py @@ -24,7 +24,7 @@ class SelectWindow(RemoteCommand): short_desc = 'Visually select a window in the specified tab' desc = ( - ' Prints out the id of the selected window. Other commands ' + 'Prints out the id of the selected window. Other commands ' ' can then be chained to make use of it.' ) options_spec = MATCH_TAB_OPTION + '\n\n' + '''\ diff --git a/kitty/remote_control.py b/kitty/remote_control.py index 3f60a2d6e..cd4e3c81e 100644 --- a/kitty/remote_control.py +++ b/kitty/remote_control.py @@ -233,7 +233,7 @@ def main(args: List[str]) -> None: send.pop('payload', None) send['cancel_async'] = True do_io(global_opts.to, send, True, 10) - raise SystemExit(f'Timed out after {response_timeout} seconds waiting for response form kitty') + raise SystemExit(f'Timed out after {response_timeout} seconds waiting for response from kitty') if no_response: return if not response.get('ok'):