aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/rest/rest.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/rest/rest.c')
-rw-r--r--src/rest/rest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rest/rest.c b/src/rest/rest.c
index 0b86530f9..930f66243 100644
--- a/src/rest/rest.c
+++ b/src/rest/rest.c
@@ -38,7 +38,7 @@
38 * 38 *
39 * @param url URL to check 39 * @param url URL to check
40 * @param namespace namespace to check against 40 * @param namespace namespace to check against
41 * @retun GNUNET_YES if namespace matches 41 * @return GNUNET_YES if namespace matches
42 */ 42 */
43int 43int
44GNUNET_REST_namespace_match (const char *url, const char *namespace) 44GNUNET_REST_namespace_match (const char *url, const char *namespace)
@@ -51,7 +51,7 @@ GNUNET_REST_namespace_match (const char *url, const char *namespace)
51 * Create MHD response 51 * Create MHD response
52 * 52 *
53 * @param data result 53 * @param data result
54 * @retun MHD response 54 * @return MHD response
55 */ 55 */
56struct MHD_Response* 56struct MHD_Response*
57GNUNET_REST_create_response (const char *data) 57GNUNET_REST_create_response (const char *data)