From f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Sun, 24 Jul 2011 21:09:38 +0200 Subject: s3-swat: Fix typo. Thanks to Simo for reporting! Karolin --- source/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")); } } -- cgit