From 4d8ffc59438c023767a51212a2a34f1c41d3af19 Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Thu, 25 Feb 2016 11:06:29 +1100 Subject: [PATCH] Fix spelling mistake (proccesses -> processes) Signed-off-by: Matt Fellows --- tests/5_container_runtime.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/5_container_runtime.sh b/tests/5_container_runtime.sh index a77d7eb..68eb733 100644 --- a/tests/5_container_runtime.sh +++ b/tests/5_container_runtime.sh @@ -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