aboutsummaryrefslogtreecommitdiff
path: root/src/regex/gnunet-service-regex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/gnunet-service-regex.c')
-rw-r--r--src/regex/gnunet-service-regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/gnunet-service-regex.c b/src/regex/gnunet-service-regex.c
index 19250d427..7a5cc1f05 100644
--- a/src/regex/gnunet-service-regex.c
+++ b/src/regex/gnunet-service-regex.c
@@ -189,7 +189,7 @@ handle_announce (void *cls,
189 * @param cls the struct ClientEntry of the client searching 189 * @param cls the struct ClientEntry of the client searching
190 * @param id Peer providing a regex that matches the string. 190 * @param id Peer providing a regex that matches the string.
191 * @param get_path Path of the get request. 191 * @param get_path Path of the get request.
192 * @param get_path_length Lenght of @a get_path. 192 * @param get_path_length Length of @a get_path.
193 * @param put_path Path of the put request. 193 * @param put_path Path of the put request.
194 * @param put_path_length Length of the @a put_path. 194 * @param put_path_length Length of the @a put_path.
195 */ 195 */