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-24 21:09:38 +0200
commitf571f362deaa5bfbdb22c3a7d8409bab9b6c8d82 (patch)
treed89f1f8feb4fb2cf885144b8e7f5419c6e4798ef
parent3973cfa50024983618a44ffdb9f756b642b85be7 (diff)
downloadsamba-f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82.tar.gz
samba-f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82.tar.xz
samba-f571f362deaa5bfbdb22c3a7d8409bab9b6c8d82.zip
s3-swat: Fix typo.samba-3.3.16
Thanks to Simo for reporting! Karolin
-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."));
}
}