aboutsummaryrefslogtreecommitdiff
path: root/src/transport/tcp_connection_legacy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/transport/tcp_connection_legacy.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/transport/tcp_connection_legacy.c')
-rw-r--r--src/transport/tcp_connection_legacy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/tcp_connection_legacy.c b/src/transport/tcp_connection_legacy.c
index 924362ef2..551e79055 100644
--- a/src/transport/tcp_connection_legacy.c
+++ b/src/transport/tcp_connection_legacy.c
@@ -120,7 +120,7 @@ struct AddressProbe
120 struct GNUNET_CONNECTION_Handle *connection; 120 struct GNUNET_CONNECTION_Handle *connection;
121 121
122 /** 122 /**
123 * Lenth of addr. 123 * Length of addr.
124 */ 124 */
125 socklen_t addrlen; 125 socklen_t addrlen;
126 126
@@ -538,7 +538,7 @@ signal_transmit_error (struct GNUNET_CONNECTION_Handle *connection, int ecode)
538 GNUNET_CONNECTION_TransmitReadyNotify notify; 538 GNUNET_CONNECTION_TransmitReadyNotify notify;
539 539
540 LOG (GNUNET_ERROR_TYPE_DEBUG, 540 LOG (GNUNET_ERROR_TYPE_DEBUG,
541 "Transmission encounterd error (%s), connection closed (%p)\n", 541 "Transmission encountered error (%s), connection closed (%p)\n",
542 strerror (ecode), 542 strerror (ecode),
543 connection); 543 connection);
544 if (NULL != connection->sock) 544 if (NULL != connection->sock)