s3-swat: Fix typo.
authorKarolin Seeger <kseeger@samba.org>
Sun, 24 Jul 2011 19:09:38 +0000 (21:09 +0200)
committerKarolin Seeger <kseeger@samba.org>
Tue, 26 Jul 2011 18:48:23 +0000 (20:48 +0200)
Thanks to Simo for reporting!

Karolin
(cherry picked from commit 40787695a1a3200421c9409eef9e520b849ee3a1)

source3/web/swat.c

index fb5028cf03c935b4a74cf80dd6b456dd6b994132..b35895682923efba4528da3541665e4e66f9e50a 100644 (file)
@@ -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."));
                }
        }