From: Mathieu Desnoyers Date: Tue, 17 Jul 2012 23:29:29 +0000 (-0400) Subject: Fix typo: utils.sh X-Git-Tag: v2.0.4~1 X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=dcb543b0c69e80f58cfc7d26f1a07f7eae978090 Fix typo: utils.sh Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/utils.sh b/tests/utils.sh index 0d5b13e79..e83001ee5 100644 --- a/tests/utils.sh +++ b/tests/utils.sh @@ -45,7 +45,7 @@ function start_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