From b05f0db957633454ad01598d084d883b8a3631fe Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 17 Mar 2010 18:03:29 +0100 Subject: s4-smbtorture: fix typo in RPC-SAMR-PASSWORDS-LOCKOUT test. Guenther --- source4/torture/rpc/samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') 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, -- cgit