pkgs: fix typos

This commit is contained in:
danjujan
2024-10-25 15:18:18 +02:00
committed by Mic92
parent 97603a5c97
commit a9552b07c6
10 changed files with 15 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ class Command:
extra_env = {}
env = os.environ.copy()
env.update(extra_env)
# We start a new session here so that we can than more reliably kill all childs as well
# We start a new session here so that we can than more reliably kill all children as well
p = subprocess.Popen(
command,
env=env,