1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Fix spelling s/anwser/answer/

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Mathieu Parent 2018-05-04 22:13:58 +02:00 committed by Andrew Bartlett
parent fe53f0b3d6
commit b2a1dea099

View File

@ -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;