From 5cf13e0250bdbae38dfabeb8c4121d7d44dbb53b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 7 Feb 2014 08:56:07 +0100 Subject: [PATCH] grml-lock: fix typo (s/to/do/) --- usr_bin/grml-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.1.4