diff options
author | Günther Deschner <gd@samba.org> | 2010-03-17 18:03:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-17 23:58:56 +0100 |
commit | b05f0db957633454ad01598d084d883b8a3631fe (patch) | |
tree | a4001f8f4b62c7d16adde702fea1f7e1c9bb9651 | |
parent | b170ebe08b78c5240266578a19dae424802cda0e (diff) | |
download | samba-b05f0db957633454ad01598d084d883b8a3631fe.tar.gz samba-b05f0db957633454ad01598d084d883b8a3631fe.tar.bz2 samba-b05f0db957633454ad01598d084d883b8a3631fe.zip |
s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test.
Guenther
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 9e2c8466de..4f21d5a073 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -3894,7 +3894,7 @@ static bool test_Password_lockout(struct dcerpc_pipe *p, info.info1 = *info1; - torture_comment(tctx, "setting password history lenght.\n"); + torture_comment(tctx, "setting password history length.\n"); info.info1.password_history_length = password_history_length; torture_assert(tctx, |