aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-06-14 18:27:31 +0200
committerChristian Grothoff <christian@grothoff.org>2021-06-14 18:27:31 +0200
commitc66e726a8abe565e5f34313e38729f18fde4a73a (patch)
tree2fbed6ed01862fce938aa23366d9bd1756c694cd
parenta07e979e98c5cd5dbdeee7c21bc3976b6df99395 (diff)
downloadgnunet-c66e726a8abe565e5f34313e38729f18fde4a73a.tar.gz
gnunet-c66e726a8abe565e5f34313e38729f18fde4a73a.zip
-fix typo
-rw-r--r--src/include/gnunet_messenger_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index ad5cc4f12..f76e1832a 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -223,7 +223,7 @@ struct GNUNET_MESSENGER_MessageInfo
223 * The version of GNUnet Messenger API. 223 * The version of GNUnet Messenger API.
224 * 224 *
225 * The sixteen lower bits represent the lower version number while the sixteen higher bits 225 * The sixteen lower bits represent the lower version number while the sixteen higher bits
226 * represent the higher version number. A different higher version number implies imcompatibility 226 * represent the higher version number. A different higher version number implies incompatibility
227 * to lower versions while differences in the lower version can still be supported potentially. 227 * to lower versions while differences in the lower version can still be supported potentially.
228 */ 228 */
229 uint32_t messenger_version; 229 uint32_t messenger_version;