From edf532b8ee98cca8b66f2922477e3223299ff614 Mon Sep 17 00:00:00 2001 From: Zak Johnson Date: Sun, 26 Oct 2025 13:00:10 -0700 Subject: [PATCH] Fix typo in launch docs --- kitty/rc/launch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/launch.py b/kitty/rc/launch.py index 57a009a77..51008358f 100644 --- a/kitty/rc/launch.py +++ b/kitty/rc/launch.py @@ -72,7 +72,7 @@ class Launch(RemoteCommand): --wait-for-child-to-exit type=bool-set Wait until the launched program exits and print out its exit code. The exit code is -printed out instead of the window id. If the program exited nromally its exit code is printed, which +printed out instead of the window id. If the program exited normally its exit code is printed, which is always greater than or equal to zero. If the program was killed by a signal, the symbolic name of the SIGNAL is printed, if available, otherwise the signal number with a leading minus sign is printed.