aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api2_communication.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/transport_api2_communication.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/transport/transport_api2_communication.c')
-rw-r--r--src/transport/transport_api2_communication.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport_api2_communication.c b/src/transport/transport_api2_communication.c
index 3d9da08e4..446add6f6 100644
--- a/src/transport/transport_api2_communication.c
+++ b/src/transport/transport_api2_communication.c
@@ -198,7 +198,7 @@ struct GNUNET_TRANSPORT_CommunicatorHandle
198 struct GNUNET_MQ_Handle *mq; 198 struct GNUNET_MQ_Handle *mq;
199 199
200 /** 200 /**
201 * Maximum permissable queue length. 201 * Maximum permissible queue length.
202 */ 202 */
203 unsigned long long max_queue_length; 203 unsigned long long max_queue_length;
204 204
@@ -262,7 +262,7 @@ struct GNUNET_TRANSPORT_QueueHandle
262 struct GNUNET_PeerIdentity peer; 262 struct GNUNET_PeerIdentity peer;
263 263
264 /** 264 /**
265 * Network type of the communciation queue. 265 * Network type of the communication queue.
266 */ 266 */
267 enum GNUNET_NetworkType nt; 267 enum GNUNET_NetworkType nt;
268 268
@@ -889,7 +889,7 @@ GNUNET_TRANSPORT_communicator_disconnect (
889 * immediately dropped due to memory limitations (communicator 889 * immediately dropped due to memory limitations (communicator
890 * should try to apply back pressure), 890 * should try to apply back pressure),
891 * #GNUNET_SYSERR if the message could not be delivered because 891 * #GNUNET_SYSERR if the message could not be delivered because
892 * the tranport service is not yet up 892 * the transport service is not yet up
893 */ 893 */
894int 894int
895GNUNET_TRANSPORT_communicator_receive ( 895GNUNET_TRANSPORT_communicator_receive (