From: Mathieu Parent Date: Fri, 4 May 2018 20:13:58 +0000 (+0200) Subject: Fix spelling s/anwser/answer/ X-Git-Tag: ldb-1.4.0~338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2a1dea09954b4ec12ceb76e25f789dfcf107667;p=thirdparty%2Fsamba.git Fix spelling s/anwser/answer/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c index e1d4b93618e..15db3ab9169 100644 --- a/source4/torture/nbt/winsreplication.c +++ b/source4/torture/nbt/winsreplication.c @@ -125,7 +125,7 @@ static bool test_assoc_ctx1(struct torture_context *tctx) torture_comment(tctx, "association context (conn2): 0x%x\n", associate2.out.assoc_ctx); - torture_comment(tctx, "Send a replication table query, with assoc 1 (conn2), the anwser should be on conn1\n"); + torture_comment(tctx, "Send a replication table query, with assoc 1 (conn2), the answer should be on conn1\n"); ZERO_STRUCT(packet); packet.opcode = WREPL_OPCODE_BITS; packet.assoc_ctx = associate1.out.assoc_ctx;