From a1508ab9cba53f8ae965ad52f3eb83af4c421eeb Mon Sep 17 00:00:00 2001 From: a-kenji Date: Thu, 14 Nov 2024 10:17:44 +0100 Subject: [PATCH] pkgs/cli: Fix typo in comment --- pkgs/clan-cli/clan_cli/cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/clan-cli/clan_cli/cmd.py b/pkgs/clan-cli/clan_cli/cmd.py index 064e754d8..f43487b6c 100644 --- a/pkgs/clan-cli/clan_cli/cmd.py +++ b/pkgs/clan-cli/clan_cli/cmd.py @@ -219,7 +219,7 @@ def run( ) if needs_user_terminal: - # we didn't allocat a new session, so we can't terminate the process group + # we didn't allocate a new session, so we can't terminate the process group stack.enter_context(terminate_process(process)) else: stack.enter_context(terminate_process_group(process))