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 21:33:32 +0200
commit40787695a1a3200421c9409eef9e520b849ee3a1 (patch)
treeb0711828ff00b617d4cb84c261dacc45d7f776b6
parenta4922192d9b95e79bb31c54ca820a9b876a1bbe9 (diff)
downloadsamba-40787695a1a3200421c9409eef9e520b849ee3a1.tar.gz
s3-swat: Fix typo.samba-3.4.14
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 64eee6507f4..fceba0f1ee7 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."));
}
}