Fix spelling s/conection/connection/
authorMathieu Parent <math.parent@gmail.com>
Fri, 4 May 2018 20:18:16 +0000 (22:18 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:26 +0000 (02:09 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
libcli/named_pipe_auth/npa_tstream.c
source4/torture/nbt/winsreplication.c

index d333ce6ee229ed59747cac3b0d7d66a41ec3de60..8ec52ed9b8597faa7ee25ea20861d7030da627d3 100644 (file)
@@ -1402,7 +1402,7 @@ int _tstream_npa_accept_existing_recv(struct tevent_req *req,
 
        ret = tsocket_simple_int_recv(req, perrno);
        if (ret != 0) {
-               DEBUG(2, ("Failed to accept named pipe conection: %s\n",
+               DEBUG(2, ("Failed to accept named pipe connection: %s\n",
                          strerror(*perrno)));
                tevent_req_received(req);
                return -1;
@@ -1416,7 +1416,7 @@ int _tstream_npa_accept_existing_recv(struct tevent_req *req,
 #else
                *perrno = EINVAL;
 #endif
-               DEBUG(2, ("Failed to accept named pipe conection: %s => %s\n",
+               DEBUG(2, ("Failed to accept named pipe connection: %s => %s\n",
                          nt_errstr(state->accept_status),
                          strerror(*perrno)));
                tevent_req_received(req);
index 15db3ab916919b18e63fc19db27f171802b579cd..5d89f7112194e3c3d0bb95e0bc8978bccbe12000 100644 (file)
@@ -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);