s3-swat: Fix typo. samba-3.3.16
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 19:09:38 +0000 (21:09 +0200)
Thanks to Simo for reporting!

Karolin

source/web/swat.c

index 146f1cf7d2d73879dd8847aeebbfea2fa083dba3..f21bcaacaa03294a0c6a9b70bd9d010b51f68677 100644 (file)
@@ -1231,7 +1231,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."));
                }
        }