From: Karolin Seeger Date: Sun, 24 Jul 2011 19:09:38 +0000 (+0200) Subject: s3-swat: Fix typo. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5041779ab2a504ded448df5c80aafcd76625baa4;p=thirdparty%2Fsamba.git s3-swat: Fix typo. Thanks to Simo for reporting! Karolin (cherry picked from commit 40787695a1a3200421c9409eef9e520b849ee3a1) --- diff --git a/source3/web/swat.c b/source3/web/swat.c index fb5028cf03c..b3589568292 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -1233,7 +1233,7 @@ static void chg_passwd(void) if (rslt == True) { printf("%s\n", _(" The passwd has been changed.")); } else { - printf("%s\n", _(" The passwd for has NOT been changed.")); + printf("%s\n", _(" The passwd has NOT been changed.")); } }