aboutsummaryrefslogtreecommitdiff
path: root/src/rest/rest.c
diff options
context:
space:
mode:
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)