s3-swat: Fix typo. samba-3.4.14
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:33:32 +0000 (21:33 +0200)
Thanks to Simo for reporting!

Karolin

source3/web/swat.c

index 64eee6507f4183847b5c156be807fe8ba2460174..fceba0f1ee714acc795519ccb7bc1aeb7ee94635 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."));
                }
        }