aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_crypto_lib.h2
-rw-r--r--src/include/gnunet_gnsrecord_lib.h2
-rw-r--r--src/include/gnunet_testing_netjail_lib.h2
-rw-r--r--src/include/gnunet_testing_ng_lib.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 7bc7cf143..2737ee0e9 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -289,7 +289,7 @@ struct GNUNET_CRYPTO_EddsaPrivateScalar
289 289
290/** 290/**
291 * Private ECC key material encoded for transmission. To be used only for 291 * Private ECC key material encoded for transmission. To be used only for
292 * Edx25519 signatures. An inital key corresponds to data from the key 292 * Edx25519 signatures. An initial key corresponds to data from the key
293 * expansion and clamping in the EdDSA key generation. 293 * expansion and clamping in the EdDSA key generation.
294 */ 294 */
295struct GNUNET_CRYPTO_Edx25519PrivateKey 295struct GNUNET_CRYPTO_Edx25519PrivateKey
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index 51dd5972d..006211aee 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -78,7 +78,7 @@ enum GNUNET_GNSRECORD_Flags
78 78
79 /** 79 /**
80 * This record is critical. If it cannot be processed 80 * This record is critical. If it cannot be processed
81 * (for example beacuse the record type is unknown) 81 * (for example because the record type is unknown)
82 * resolution MUST fail 82 * resolution MUST fail
83 */ 83 */
84 GNUNET_GNSRECORD_RF_CRITICAL = 1, 84 GNUNET_GNSRECORD_RF_CRITICAL = 1,
diff --git a/src/include/gnunet_testing_netjail_lib.h b/src/include/gnunet_testing_netjail_lib.h
index 4b5d7cfa1..b65ae6537 100644
--- a/src/include/gnunet_testing_netjail_lib.h
+++ b/src/include/gnunet_testing_netjail_lib.h
@@ -293,7 +293,7 @@ GNUNET_TESTING_free_topology (struct GNUNET_TESTING_NetjailTopology *topology);
293 293
294 294
295/** 295/**
296 * Calculate the unique id identifying a node from a given connction. 296 * Calculate the unique id identifying a node from a given connection.
297 * 297 *
298 * @param node_connection The connection we calculate the id from. 298 * @param node_connection The connection we calculate the id from.
299 * @param topology The topology we get all needed information from. 299 * @param topology The topology we get all needed information from.
diff --git a/src/include/gnunet_testing_ng_lib.h b/src/include/gnunet_testing_ng_lib.h
index 7e1ee4249..1bc66e59d 100644
--- a/src/include/gnunet_testing_ng_lib.h
+++ b/src/include/gnunet_testing_ng_lib.h
@@ -240,7 +240,7 @@ GNUNET_TESTING_interpreter_lookup_command (
240 240
241/** 241/**
242 * Lookup command by label. 242 * Lookup command by label.
243 * All commands, first into the past, then into the furture are looked up. 243 * All commands, first into the past, then into the future are looked up.
244 * 244 *
245 * @param is interpreter to lookup command in 245 * @param is interpreter to lookup command in
246 * @param label label of the command to lookup. 246 * @param label label of the command to lookup.