aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_revocation_service.h')
-rw-r--r--src/include/gnunet_revocation_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_revocation_service.h b/src/include/gnunet_revocation_service.h
index d56116914..8cff948e2 100644
--- a/src/include/gnunet_revocation_service.h
+++ b/src/include/gnunet_revocation_service.h
@@ -142,7 +142,7 @@ typedef void (*GNUNET_REVOCATION_Callback) (void *cls,
142 * 142 *
143 * @param cfg the configuration to use 143 * @param cfg the configuration to use
144 * @param key key to check for revocation 144 * @param key key to check for revocation
145 * @param func funtion to call with the result of the check 145 * @param func function to call with the result of the check
146 * @param func_cls closure to pass to @a func 146 * @param func_cls closure to pass to @a func
147 * @return handle to use in #GNUNET_REVOCATION_query_cancel to stop REVOCATION from invoking the callback 147 * @return handle to use in #GNUNET_REVOCATION_query_cancel to stop REVOCATION from invoking the callback
148 */ 148 */