aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-07-20 07:11:55 +0000
committerNils Gillmann <ng0@n0.is>2018-07-20 07:11:55 +0000
commitf28f0dc7316ead8735b7e68cd1bd61f3959fa759 (patch)
tree1a05b09f168745738561837d3aba3a26bb227dc8
parentf89b96d1a0ffe8359fbbda6ea3276a030a701e91 (diff)
downloadgnunet-f28f0dc7316ead8735b7e68cd1bd61f3959fa759.tar.gz
gnunet-f28f0dc7316ead8735b7e68cd1bd61f3959fa759.zip
include/gnunet_abe_lib.h: typo fix in comment
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--src/include/gnunet_abe_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_abe_lib.h b/src/include/gnunet_abe_lib.h
index d380c9b03..554d4488b 100644
--- a/src/include/gnunet_abe_lib.h
+++ b/src/include/gnunet_abe_lib.h
@@ -87,7 +87,7 @@ GNUNET_ABE_cpabe_create_key (struct GNUNET_ABE_AbeMasterKey *key,
87 * Delete a CP-ABE key. 87 * Delete a CP-ABE key.
88 * 88 *
89 * @param key the key to delete 89 * @param key the key to delete
90 * @param delete_pub GNUNE_YES if the public key should also be freed (bug in gabe) 90 * @param delete_pub GNUNET_YES if the public key should also be freed (bug in gabe)
91 * @return fresh private key; free using #GNUNET_free 91 * @return fresh private key; free using #GNUNET_free
92 */ 92 */
93void 93void