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