aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/revocation_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/revocation/revocation_api.c')
-rw-r--r--src/revocation/revocation_api.c4
1 files changed, 2 insertions, 2 deletions
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