Merge pull request #121 from mefellows/fix-spelling-mistake

Fix spelling mistake (proccesses -> processes)
This commit is contained in:
Thomas Sjögren 2016-02-26 21:21:40 +01:00
commit 66493b73b0

View file

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