summaryrefslogtreecommitdiff
path: root/libcli
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 /libcli
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 'libcli')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.c b/libcli/named_pipe_auth/npa_tstream.c
index d333ce6ee22..8ec52ed9b85 100644
--- a/libcli/named_pipe_auth/npa_tstream.c
+++ b/libcli/named_pipe_auth/npa_tstream.c
@@ -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);