aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fragmentation_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_fragmentation_lib.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
Diffstat (limited to 'src/include/gnunet_fragmentation_lib.h')
-rw-r--r--src/include/gnunet_fragmentation_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_fragmentation_lib.h b/src/include/gnunet_fragmentation_lib.h
index 512a9b93b..c964b5434 100644
--- a/src/include/gnunet_fragmentation_lib.h
+++ b/src/include/gnunet_fragmentation_lib.h
@@ -159,7 +159,7 @@ struct GNUNET_DEFRAGMENT_Context;
159 159
160/** 160/**
161 * Function that is called with acknowledgement messages created by 161 * Function that is called with acknowledgement messages created by
162 * the fragmentation module. Acknowledgements are cummulative, 162 * the fragmentation module. Acknowledgements are cumulative,
163 * so it is OK to only transmit the 'latest' ack message for the same 163 * so it is OK to only transmit the 'latest' ack message for the same
164 * message ID. 164 * message ID.
165 * 165 *