aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_contact_store.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/messenger/messenger_api_contact_store.h
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/messenger/messenger_api_contact_store.h')
-rw-r--r--src/messenger/messenger_api_contact_store.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messenger/messenger_api_contact_store.h b/src/messenger/messenger_api_contact_store.h
index 966f6d962..f2dad9f84 100644
--- a/src/messenger/messenger_api_contact_store.h
+++ b/src/messenger/messenger_api_contact_store.h
@@ -79,7 +79,7 @@ get_store_contact_raw (struct GNUNET_MESSENGER_ContactStore *store, const struct
79 * In case there is no contact stored which uses the given key or context, 79 * In case there is no contact stored which uses the given key or context,
80 * a new contact will be created automatically. 80 * a new contact will be created automatically.
81 * 81 *
82 * The function returns NULL if an error occures during allocation 82 * The function returns NULL if an error occurs during allocation
83 * or validation of the contacts key. 83 * or validation of the contacts key.
84 * 84 *
85 * @param[in/out] store Contact store 85 * @param[in/out] store Contact store