Fix typo: utils.sh
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 23:29:29 +0000 (19:29 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 25 Jul 2012 15:10:28 +0000 (11:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/utils.sh

index 0d5b13e79445642babb996392e60b78610de81fd..e83001ee517815174d19aedac404c1bebcfbdc22 100644 (file)
@@ -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
 
This page took 0.0247 seconds and 4 git commands to generate.