diff options
-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, |