pkgs/cli: Fix typo in comment

This commit is contained in:
a-kenji
2024-11-14 10:17:44 +01:00
parent 21796c1dbb
commit a1508ab9cb

View File

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