Fix spelling mistakes (!1794)

codespell --skip="./.git,./aports*"
This commit is contained in:
Luca Weiss 2019-06-25 09:18:00 +02:00
parent c0a8675079
commit 650ed4925e
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
10 changed files with 14 additions and 14 deletions

View file

@ -111,7 +111,7 @@ def test_foreground_pipe(args):
# Check if all child processes are killed after timeout.
# The first command uses ps to get its process group id (pgid) and echo it
# to stdout. All of the test commmands will be running under that pgid.
# to stdout. All of the test commands will be running under that pgid.
cmd = ["sudo", "sh", "-c",
"pgid=$(ps -p ${1:-$$} -o pgid=);echo $pgid | tr -d '\n';" +
"sleep 10 | sleep 20 | sleep 30"]