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:45:47 +0000 (20:45 +0200)
Thanks to Simo for reporting!

Karolin
(cherry picked from commit 9f73c1990a19daa899fa5345530a867e69a5be94)

source3/web/swat.c

index 259b833e85f82ccf9c984b9fe70df6f70f4cc3e5..3a88986f38c410529687b16b699f34266a510bcf 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."));
                }
        }