mirror of
https://github.com/docker/docker-bench-security.git
synced 2025-01-18 16:22:33 +01:00
Merge pull request #121 from mefellows/fix-spelling-mistake
Fix spelling mistake (proccesses -> processes)
This commit is contained in:
commit
66493b73b0
1 changed files with 2 additions and 2 deletions
|
@ -67,11 +67,11 @@ else
|
|||
# If it's the first container, fail the test
|
||||
if [ $fail -eq 0 ]; then
|
||||
warn "$check_5_3"
|
||||
warn " * Too many proccesses running: $c"
|
||||
warn " * Too many processes running: $c"
|
||||
fail=1
|
||||
printcheck=1
|
||||
else
|
||||
warn " * Too many proccesses running: $c"
|
||||
warn " * Too many processes running: $c"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue