From: Andreas Schneider Date: Thu, 3 Aug 2023 13:44:41 +0000 (+0200) Subject: s4:torture:nbt: Fix code spelling X-Git-Tag: tevent-0.16.0~917 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428c15564600dc45da2649e74497f7421b5849b0;p=thirdparty%2Fsamba.git s4:torture:nbt: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index 60dd4c4cbef..fd4ca13634f 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -161,13 +161,13 @@ static bool test_assoc_ctx1(struct torture_context *tctx) assoc_stop.in.assoc_ctx = associate1.out.assoc_ctx; assoc_stop.in.reason = 4; - torture_comment(tctx, "Send a association stop request (conn1), reson: %u\n", assoc_stop.in.reason); + torture_comment(tctx, "Send a association stop request (conn1), reason: %u\n", assoc_stop.in.reason); status = wrepl_associate_stop(wrepl_socket1, &assoc_stop); CHECK_STATUS(tctx, status, NT_STATUS_END_OF_FILE); assoc_stop.in.assoc_ctx = associate2.out.assoc_ctx; assoc_stop.in.reason = 0; - torture_comment(tctx, "Send a association stop request (conn2), reson: %u\n", assoc_stop.in.reason); + torture_comment(tctx, "Send a association stop request (conn2), reason: %u\n", assoc_stop.in.reason); status = wrepl_associate_stop(wrepl_socket2, &assoc_stop); CHECK_STATUS(tctx, status, NT_STATUS_OK);