From: Mathieu Desnoyers Date: Tue, 17 Jul 2012 23:29:29 +0000 (-0400) Subject: Fix typo: utils.sh X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=fbb28ea917664ffc561d4897e3212d98da9e286f Fix typo: utils.sh Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/utils.sh b/tests/utils.sh index 9f2f629b4..24defc7f8 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -45,7 +45,7 @@ function spawn_sessiond () echo -n "Starting session daemon... " validate_kernel_version if [ $? -ne 0 ]; then - echo -e "\n*** Kernel to old for session daemon tests ***\n" + echo -e "\n*** Kernel too old for session daemon tests ***\n" return 2 fi