summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-07-24 21:09:38 +0200
committerKarolin Seeger <kseeger@samba.org>2011-07-26 20:48:23 +0200
commit5041779ab2a504ded448df5c80aafcd76625baa4 (patch)
tree92701453f3a2d006b34b6c626c82549d6a75e55d
parent57501dbfe425d53c0b20ce5a1c140e2d408cbc4c (diff)
downloadsamba-5041779ab2a504ded448df5c80aafcd76625baa4.tar.gz
s3-swat: Fix typo.
Thanks to Simo for reporting! Karolin (cherry picked from commit 40787695a1a3200421c9409eef9e520b849ee3a1)
-rw-r--r--source3/web/swat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/swat.c b/source3/web/swat.c
index fb5028cf03c..b3589568292 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -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."));
}
}