This commit is contained in:
Kovid Goyal 2021-09-29 14:25:13 +05:30
parent 8be0dd0d8e
commit b3ae857f3c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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