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=cb05204c531826fd2bc5e225bd35759de7bcd59b;p=thirdparty%2Fsamba.git s3-swat: Fix typo. Thanks to Simo for reporting! Karolin (cherry picked from commit f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82) --- diff --git a/source/web/swat.c b/source/web/swat.c index 146f1cf7d2d..f21bcaacaa0 100644 --- a/source/web/swat.c +++ b/source/web/swat.c @@ -1231,7 +1231,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.")); } }