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

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

source3/web/swat.c

index e82558b3432fa52ad51cf2ee594266df0b22db1e..5e66b1c985c6b81bbdfa689b3605c572151c6888 100644 (file)
@@ -1135,7 +1135,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."));
                }
        }