Fix cosmetic typo in /etc/grml/fai/live-initramfs/grml-script.init-top
authorMichael Prokop <mika@grml.org>
Wed, 28 Oct 2009 21:36:13 +0000 (22:36 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 28 Oct 2009 21:36:13 +0000 (22:36 +0100)
etc/grml/fai/live-initramfs/grml-script.init-top

index 1c74bd9..5afaca4 100755 (executable)
@@ -161,7 +161,7 @@ fi
 
 # Make sure we support squashfs:
 if ! grep -q squashfs /proc/filesystems ; then
-   modprobe -q squashfs || log_grml_failure_msg "Warning: look like you do not have support for squashfs"
+   modprobe -q squashfs || log_grml_failure_msg "Warning: looks like you do not have support for squashfs"
 fi
 
 if grep -q 'boot=live' /proc/cmdline 2>/dev/null ; then