From 9f4b13b523948ded4636f65e4ccafc75515cdc9a Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 19 Feb 2020 05:12:25 +0800 Subject: [PATCH] Correct a typo in cmds.py --- kitty/cmds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/cmds.py b/kitty/cmds.py index 34d4bae0e..010ad60fe 100644 --- a/kitty/cmds.py +++ b/kitty/cmds.py @@ -882,7 +882,7 @@ def cmd_launch(global_opts, opts, args): match: The tab to open the new window in window_title: Title for the new window cwd: Working directory for the new window - env: List of environment varibles of the form NAME=VALUE + env: List of environment variables of the form NAME=VALUE tab_title: Title for the new tab type: The type of window to open keep_focus: Boolean indicating whether the current window should retain focus or not