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

Karolin

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."));
                }
        }