summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2011-07-24 21:09:38 +0200
committerJeremy Allison <jra@samba.org>2011-07-26 22:22:25 +0200
commitcc86a11b9eb4cc5e3aeb45dbfe2edf3e9d05b7db (patch)
tree8f90dfb902155dc0b8428fdbaf55afee9bf37373 /source3/web
parentdc50cf38c11ad845115bae35d2dc8a7e9c4893ff (diff)
downloadsamba-cc86a11b9eb4cc5e3aeb45dbfe2edf3e9d05b7db.tar.gz
s3-swat: Fix typo.
Thanks to Simo for reporting! Karolin (cherry picked from commit 9f73c1990a19daa899fa5345530a867e69a5be94) (cherry picked from commit bcb052c29212954a3ed10c9f095c51e4e0a96af5)
Diffstat (limited to 'source3/web')
-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 e82558b3432..5e66b1c985c 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -1135,7 +1135,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."));
}
}