Fix typo: utils.sh
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 23:29:29 +0000 (19:29 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 17 Jul 2012 23:29:29 +0000 (19:29 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/utils.sh

index 9f2f629b49d6ec92a7b244e8e3a2c348e64ad8a2..24defc7f8d67c7172ef37c73cb4e60f673845623 100644 (file)
@@ -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
 
This page took 0.024909 seconds and 4 git commands to generate.