From 9f73c1990a19daa899fa5345530a867e69a5be94 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Sun, 24 Jul 2011 21:09:38 +0200 Subject: [PATCH] s3-swat: Fix typo. Thanks to Simo for reporting! Karolin --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/web/swat.c b/source3/web/swat.c index 259b833e85f..3a88986f38c 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.")); } } -- 2.11.4.GIT