aboutsummaryrefslogtreecommitdiff
path: root/src/transport/communicator.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/transport/communicator.h
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/transport/communicator.h')
-rw-r--r--src/transport/communicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/communicator.h b/src/transport/communicator.h
index ab7a25de6..5ef43597d 100644
--- a/src/transport/communicator.h
+++ b/src/transport/communicator.h
@@ -116,7 +116,7 @@ struct GNUNET_TRANSPORT_CommunicatorGenericFCLimits
116 uint64_t bytes_window_size; 116 uint64_t bytes_window_size;
117 117
118 /** 118 /**
119 * Cummulative acknowledgement for number of bytes received. 119 * Cumulative acknowledgement for number of bytes received.
120 */ 120 */
121 uint64_t bytes_cummulative_ack; 121 uint64_t bytes_cummulative_ack;
122 122