aboutsummaryrefslogtreecommitdiff
path: root/src/messenger
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
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/messenger')
-rw-r--r--src/messenger/gnunet-service-messenger_handle.h6
-rw-r--r--src/messenger/gnunet-service-messenger_member_session.h2
-rw-r--r--src/messenger/gnunet-service-messenger_operation.h2
-rw-r--r--src/messenger/gnunet-service-messenger_operation_store.h2
-rw-r--r--src/messenger/gnunet-service-messenger_room.h4
-rw-r--r--src/messenger/messenger_api_contact_store.h2
-rw-r--r--src/messenger/messenger_api_list_tunnels.h2
7 files changed, 10 insertions, 10 deletions
diff --git a/src/messenger/gnunet-service-messenger_handle.h b/src/messenger/gnunet-service-messenger_handle.h
index 70b2cac6d..d8ff3aaa8 100644
--- a/src/messenger/gnunet-service-messenger_handle.h
+++ b/src/messenger/gnunet-service-messenger_handle.h
@@ -112,7 +112,7 @@ change_handle_member_id (struct GNUNET_MESSENGER_SrvHandle *handle, const struct
112 * Sets the EGO used by a given <i>handle</i>. 112 * Sets the EGO used by a given <i>handle</i>.
113 * 113 *
114 * @param[in/out] handle Handle 114 * @param[in/out] handle Handle
115 * @param[in] ego EGO keypair 115 * @param[in] ego EGO key pair
116 */ 116 */
117void 117void
118set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_MESSENGER_Ego *ego); 118set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_MESSENGER_Ego *ego);
@@ -121,7 +121,7 @@ set_handle_ego (struct GNUNET_MESSENGER_SrvHandle *handle, const struct GNUNET_M
121 * Returns the EGO used by a given <i>handle</i>. 121 * Returns the EGO used by a given <i>handle</i>.
122 * 122 *
123 * @param[in] handle Handle 123 * @param[in] handle Handle
124 * @return EGO keypair 124 * @return EGO key pair
125 */ 125 */
126const struct GNUNET_MESSENGER_Ego* 126const struct GNUNET_MESSENGER_Ego*
127get_handle_ego (const struct GNUNET_MESSENGER_SrvHandle *handle); 127get_handle_ego (const struct GNUNET_MESSENGER_SrvHandle *handle);
@@ -136,7 +136,7 @@ void
136setup_handle_name (struct GNUNET_MESSENGER_SrvHandle *handle, const char *name); 136setup_handle_name (struct GNUNET_MESSENGER_SrvHandle *handle, const char *name);
137 137
138/** 138/**
139 * Tries to change the keypair of an EGO of a <i>handle</i> under the same name and informs all rooms 139 * Tries to change the key pair of an EGO of a <i>handle</i> under the same name and informs all rooms
140 * about the change automatically. 140 * about the change automatically.
141 * 141 *
142 * @param[in/out] handle Handle 142 * @param[in/out] handle Handle
diff --git a/src/messenger/gnunet-service-messenger_member_session.h b/src/messenger/gnunet-service-messenger_member_session.h
index fa9c6b829..bf4d10f67 100644
--- a/src/messenger/gnunet-service-messenger_member_session.h
+++ b/src/messenger/gnunet-service-messenger_member_session.h
@@ -188,7 +188,7 @@ const struct GNUNET_HashCode*
188get_member_session_context (const struct GNUNET_MESSENGER_MemberSession* session); 188get_member_session_context (const struct GNUNET_MESSENGER_MemberSession* session);
189 189
190/** 190/**
191 * Retruns the contact which is connected to a given member <i>session</i>. 191 * Returns the contact which is connected to a given member <i>session</i>.
192 * 192 *
193 * @param[in] session Member session 193 * @param[in] session Member session
194 * @return Contact 194 * @return Contact
diff --git a/src/messenger/gnunet-service-messenger_operation.h b/src/messenger/gnunet-service-messenger_operation.h
index 7757b8e88..f1e06f4a7 100644
--- a/src/messenger/gnunet-service-messenger_operation.h
+++ b/src/messenger/gnunet-service-messenger_operation.h
@@ -102,7 +102,7 @@ save_operation (const struct GNUNET_MESSENGER_Operation *op, const char *path);
102/** 102/**
103 * Starts an inactive operation with a given <i>delay</i> in a 103 * Starts an inactive operation with a given <i>delay</i> in a
104 * specific operation <i>store</i>. The method will replace the 104 * specific operation <i>store</i>. The method will replace the
105 * operations type to process it correctly. An opeation can't be 105 * operations type to process it correctly. An operation can't be
106 * started twice, it has to be stopped or fully processed first. 106 * started twice, it has to be stopped or fully processed first.
107 * 107 *
108 * @param[in/out] op Operation 108 * @param[in/out] op Operation
diff --git a/src/messenger/gnunet-service-messenger_operation_store.h b/src/messenger/gnunet-service-messenger_operation_store.h
index 2fd604340..4c613437c 100644
--- a/src/messenger/gnunet-service-messenger_operation_store.h
+++ b/src/messenger/gnunet-service-messenger_operation_store.h
@@ -79,7 +79,7 @@ save_operation_store (const struct GNUNET_MESSENGER_OperationStore *store,
79 const char *directory); 79 const char *directory);
80 80
81/** 81/**
82 * Retruns the type of the active operation under a given <i>hash</i> in 82 * Returns the type of the active operation under a given <i>hash</i> in
83 * a specific operation <i>store</i>. If there is no active operation under 83 * a specific operation <i>store</i>. If there is no active operation under
84 * the given <i>hash</i>, #GNUNET_MESSENGER_OP_UNKNOWN gets returned instead. 84 * the given <i>hash</i>, #GNUNET_MESSENGER_OP_UNKNOWN gets returned instead.
85 * 85 *
diff --git a/src/messenger/gnunet-service-messenger_room.h b/src/messenger/gnunet-service-messenger_room.h
index b6a0f1064..31ec877af 100644
--- a/src/messenger/gnunet-service-messenger_room.h
+++ b/src/messenger/gnunet-service-messenger_room.h
@@ -132,7 +132,7 @@ get_room_operation_store (struct GNUNET_MESSENGER_SrvRoom *room);
132 * 132 *
133 * Calling this method should result in joining a room and sending a peer message as well for this peer. 133 * Calling this method should result in joining a room and sending a peer message as well for this peer.
134 * 134 *
135 * If the function returns #GNUNET_YES the port for this room is guranteed to be open for incoming connections. 135 * If the function returns #GNUNET_YES the port for this room is guaranteed to be open for incoming connections.
136 * 136 *
137 * @param[in/out] room Room 137 * @param[in/out] room Room
138 * @param[in/out] handle Handle 138 * @param[in/out] handle Handle
@@ -160,7 +160,7 @@ enter_room_at (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_Sr
160 * timestamp of the message, the sender id and the previous messages hash automatically before packing. The message 160 * timestamp of the message, the sender id and the previous messages hash automatically before packing. The message
161 * will be signed by the handles EGO. 161 * will be signed by the handles EGO.
162 * 162 *
163 * If the optional <i>hash</i> parameter is a valid pointer, its value will be overriden by the signed messages hash. 163 * If the optional <i>hash</i> parameter is a valid pointer, its value will be overridden by the signed messages hash.
164 * 164 *
165 * If <i>mode</i> is set to #GNUNET_MESSENGER_PACK_MODE_ENVELOPE, the function returns a valid envelope to send 165 * If <i>mode</i> is set to #GNUNET_MESSENGER_PACK_MODE_ENVELOPE, the function returns a valid envelope to send
166 * through a message queue, otherwise NULL. 166 * through a message queue, otherwise NULL.
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
diff --git a/src/messenger/messenger_api_list_tunnels.h b/src/messenger/messenger_api_list_tunnels.h
index bd0a42e41..c952da3c2 100644
--- a/src/messenger/messenger_api_list_tunnels.h
+++ b/src/messenger/messenger_api_list_tunnels.h
@@ -75,7 +75,7 @@ add_to_list_tunnels (struct GNUNET_MESSENGER_ListTunnels *tunnels, const struct
75 * 75 *
76 * If no matching element is found, NULL gets returned. 76 * If no matching element is found, NULL gets returned.
77 * 77 *
78 * If <i>index</i> is not NULL, <i>index</i> will be overriden with the numeric index of 78 * If <i>index</i> is not NULL, <i>index</i> will be overridden with the numeric index of
79 * the found element in the list. If no matching element is found, <i>index</i> will 79 * the found element in the list. If no matching element is found, <i>index</i> will
80 * contain the total amount of elements in the list. 80 * contain the total amount of elements in the list.
81 * 81 *