summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:18:16 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:26 +0200
commitf74090c817085317ec299f94a8dba61d8d47bf7d (patch)
treef4c17dbdfb887d8a93557120afb047ee873015fb /source4
parent8fc64d4569bf349757e1b09df92ec1d3fce2213a (diff)
downloadsamba-f74090c817085317ec299f94a8dba61d8d47bf7d.tar.gz
Fix spelling s/conection/connection/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/nbt/winsreplication.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbt/winsreplication.c b/source4/torture/nbt/winsreplication.c
index 15db3ab9169..5d89f711219 100644
--- a/source4/torture/nbt/winsreplication.c
+++ b/source4/torture/nbt/winsreplication.c
@@ -101,7 +101,7 @@ static bool test_assoc_ctx1(struct torture_context *tctx)
if (!torture_nbt_get_name(tctx, &name, &address))
return false;
- torture_comment(tctx, "Test if assoc_ctx is only valid on the conection it was created on\n");
+ torture_comment(tctx, "Test if assoc_ctx is only valid on the connection it was created on\n");
wrepl_socket1 = wrepl_socket_init(tctx, tctx->ev);
wrepl_socket2 = wrepl_socket_init(tctx, tctx->ev);