summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-07-24 21:09:38 +0200
committerKarolin Seeger <kseeger@samba.org>2011-07-27 19:40:26 +0200
commitcb05204c531826fd2bc5e225bd35759de7bcd59b (patch)
treead71cd27be2a3490545fb3c6bea58544abb3d60a
parent6b7a7d865bdb8e61537ba4795e24facee2df240e (diff)
downloadsamba-cb05204c531826fd2bc5e225bd35759de7bcd59b.tar.gz
samba-cb05204c531826fd2bc5e225bd35759de7bcd59b.tar.xz
samba-cb05204c531826fd2bc5e225bd35759de7bcd59b.zip
s3-swat: Fix typo.
Thanks to Simo for reporting! Karolin (cherry picked from commit f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82)
-rw-r--r--source/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/web/swat.c b/source/web/swat.c
index 146f1cf7d2d..f21bcaacaa0 100644
--- a/source/web/swat.c
+++ b/source/web/swat.c
@@ -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."));
}
}