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 19:15:26 +0000 (21:15 +0200)
Thanks to Simo for reporting!

Karolin
(cherry picked from commit 9f73c1990a19daa899fa5345530a867e69a5be94)
(cherry picked from commit bcb052c29212954a3ed10c9f095c51e4e0a96af5)

source3/web/swat.c

index 6e8789806689d242c3231fb960b2f29ec6a306cc..1a0d4b9988af4b14fc73e28dcbe3e1592a359f6b 100644 (file)
@@ -1131,7 +1131,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."));
                }
        }