aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-service-revocation.c2
-rw-r--r--src/revocation/revocation_api.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/revocation/gnunet-service-revocation.c b/src/revocation/gnunet-service-revocation.c
index 0fa92f4a6..863289aae 100644
--- a/src/revocation/gnunet-service-revocation.c
+++ b/src/revocation/gnunet-service-revocation.c
@@ -766,7 +766,7 @@ core_init (void *cls,
766 * to accept it, otherwise the request will be refused 766 * to accept it, otherwise the request will be refused
767 * Note that we can't just return value from the listen callback, 767 * Note that we can't just return value from the listen callback,
768 * as it is also necessary to specify the set we want to do the 768 * as it is also necessary to specify the set we want to do the
769 * operation with, whith sometimes can be derived from the context 769 * operation with, which sometimes can be derived from the context
770 * message. It's necessary to specify the timeout. 770 * message. It's necessary to specify the timeout.
771 */ 771 */
772static void 772static void
diff --git a/src/revocation/revocation_api.c b/src/revocation/revocation_api.c
index 791c3d008..5cf191847 100644
--- a/src/revocation/revocation_api.c
+++ b/src/revocation/revocation_api.c
@@ -154,7 +154,7 @@ handle_revocation_query_response (void *cls,
154 * 154 *
155 * @param cfg the configuration to use 155 * @param cfg the configuration to use
156 * @param key key to check for revocation 156 * @param key key to check for revocation
157 * @param func funtion to call with the result of the check 157 * @param func function to call with the result of the check
158 * @param func_cls closure to pass to @a func 158 * @param func_cls closure to pass to @a func
159 * @return handle to use in #GNUNET_REVOCATION_query_cancel to stop REVOCATION from invoking the callback 159 * @return handle to use in #GNUNET_REVOCATION_query_cancel to stop REVOCATION from invoking the callback
160 */ 160 */
@@ -291,7 +291,7 @@ handle_revocation_response (void *cls,
291 * @param ts revocation timestamp 291 * @param ts revocation timestamp
292 * @param pow proof of work to use (should have been created by 292 * @param pow proof of work to use (should have been created by
293 * iteratively calling #GNUNET_REVOCATION_check_pow) 293 * iteratively calling #GNUNET_REVOCATION_check_pow)
294 * @param func funtion to call with the result of the check 294 * @param func function to call with the result of the check
295 * (called with `is_valid` being #GNUNET_NO if 295 * (called with `is_valid` being #GNUNET_NO if
296 * the revocation worked). 296 * the revocation worked).
297 * @param func_cls closure to pass to @a func 297 * @param func_cls closure to pass to @a func