aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/test_gns_proxy.c')
-rw-r--r--src/gns/test_gns_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/test_gns_proxy.c b/src/gns/test_gns_proxy.c
index 579de774f..e09db5787 100644
--- a/src/gns/test_gns_proxy.c
+++ b/src/gns/test_gns_proxy.c
@@ -211,7 +211,7 @@ mhd_ahc (void *cls,
211 } 211 }
212 *unused = NULL; 212 *unused = NULL;
213 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 213 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
214 "MHD sends respose for request to URL `%s'\n", url); 214 "MHD sends response for request to URL `%s'\n", url);
215 response = MHD_create_response_from_buffer (strlen (url), 215 response = MHD_create_response_from_buffer (strlen (url),
216 (void *) url, 216 (void *) url,
217 MHD_RESPMEM_MUST_COPY); 217 MHD_RESPMEM_MUST_COPY);