From dfb1ed6a08fa490237cf5102df4607227175dfa8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 May 2024 17:08:36 +0530 Subject: [PATCH] ... --- kitty/rc/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/run.py b/kitty/rc/run.py index ee021c236..88540c4be 100644 --- a/kitty/rc/run.py +++ b/kitty/rc/run.py @@ -37,7 +37,7 @@ class Run(RemoteCommand): desc = ( 'Run the specified program on the computer in which kitty is running. When STDIN is not a TTY it is forwarded' ' to the program as its STDIN. STDOUT and STDERR from the the program are forwarded here. The exit status of this' - ' invocation will be the exit status of the executed program. If you wish to just run a program without wiating for a response, ' + ' invocation will be the exit status of the executed program. If you wish to just run a program without waiting for a response, ' ' use @ launch --type=background instead.' )