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

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>
This commit is contained in:
Mathieu Parent 2018-05-04 22:18:16 +02:00 committed by Andrew Bartlett
parent 8fc64d4569
commit f74090c817
2 changed files with 3 additions and 3 deletions

View 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);

View 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);