From b3ae857f3c33894c84868dcfa02d18aad4565ce5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Sep 2021 14:25:13 +0530 Subject: [PATCH] ... --- kitty/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/main.py b/kitty/main.py index 32fc017a3..fd7796fce 100644 --- a/kitty/main.py +++ b/kitty/main.py @@ -342,7 +342,7 @@ def _main() -> None: if cli_opts.watcher: from .window import global_watchers global_watchers.set_extra(cli_opts.watcher) - log_error('The --watcher command line option has beed deprecated infavor of using the watcher option in kitty.conf') + log_error('The --watcher command line option has been deprecated in favor of using the watcher option in kitty.conf') try: with setup_profiling(cli_opts): # Avoid needing to launch threads to reap zombies