aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_revocation_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:22:13 +0100
commitc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (patch)
tree0172526a73ff97b569f3e66d12d6fe54bf181a33 /src/include/gnunet_revocation_service.h
parentc90b5703c88339f7bdf909b77a45ea93c21792cd (diff)
downloadgnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.tar.gz
gnunet-c0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef.zip
misc spelling issues
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 */