Fix spelling mistake (proccesses -> processes)

Signed-off-by: Matt Fellows <matt.fellows@onegeek.com.au>
This commit is contained in:
Matt Fellows 2016-02-25 11:06:29 +11:00
parent 00ea5bc0fb
commit 4d8ffc5943

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