From: Michael Prokop Date: Fri, 7 Feb 2014 07:56:07 +0000 (+0100) Subject: grml-lock: fix typo (s/to/do/) X-Git-Tag: v2.5.1~1 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=5cf13e0250bdbae38dfabeb8c4121d7d44dbb53b grml-lock: fix typo (s/to/do/) --- diff --git a/usr_bin/grml-lock b/usr_bin/grml-lock index e3c775c..0d47922 100755 --- a/usr_bin/grml-lock +++ b/usr_bin/grml-lock @@ -71,7 +71,7 @@ set_passwd() { if [ "$PASSWD1" = "$PASSWD2" ] ; then echo "$USER:$PASSWD2" | sudo chpasswd else - $DIALOG --title "$PN" --msgbox "Error: passwords to not match. Exiting." 0 0 + $DIALOG --title "$PN" --msgbox "Error: passwords do not match. Exiting." 0 0 exit 1 fi }