aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/test_gns_vpn.c')
-rw-r--r--src/pt/test_gns_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/test_gns_vpn.c b/src/pt/test_gns_vpn.c
index e20d835f8..d2d28d7c7 100644
--- a/src/pt/test_gns_vpn.c
+++ b/src/pt/test_gns_vpn.c
@@ -144,7 +144,7 @@ mhd_ahc (void *cls,
144 } 144 }
145 *unused = NULL; 145 *unused = NULL;
146 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 146 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
147 "MHD sends respose for request to URL `%s'\n", url); 147 "MHD sends response for request to URL `%s'\n", url);
148 response = MHD_create_response_from_buffer (strlen (url), 148 response = MHD_create_response_from_buffer (strlen (url),
149 (void *) url, 149 (void *) url,
150 MHD_RESPMEM_MUST_COPY); 150 MHD_RESPMEM_MUST_COPY);