Fixing typo in warning message.
authorCarlos Zuferri <chals@chalsattack.com>
Wed, 8 Oct 2014 18:34:16 +0000 (20:34 +0200)
committerCarlos Zuferri <chals@chalsattack.com>
Wed, 8 Oct 2014 18:34:16 +0000 (20:34 +0200)
components/9990-cmdline-old

index 8bb8254..bdb7624 100755 (executable)
@@ -285,7 +285,7 @@ Cmdline_old ()
 
                if [ ! -x /lib/cryptsetup/askpass ] || [ ! -x /sbin/cryptsetup ]
                then
-                       log_warning_msg "cryptsetup in unavailable"
+                       log_warning_msg "cryptsetup is unavailable"
                        PERSISTENCE_ENCRYPTION=$(echo ${PERSISTENCE_ENCRYPTION} | sed -e 's/\<luks,\|,\?luks$//g')
                        export PERSISTENCE_ENCRYPTION
                fi