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-24 22:04:44 +0200
commit9f73c1990a19daa899fa5345530a867e69a5be94 (patch)
treee330ee45982ddd79ed531219054eb5e7dbac9ecf
parent0e17d8ef7e4004a0d35011c322b93b6da5811951 (diff)
downloadsamba-3.5.10.tar.gz
s3-swat: Fix typo.samba-3.5.10
Thanks to Simo for reporting! Karolin
-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 259b833e85f..3a88986f38c 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."));
}
}