aboutsummaryrefslogtreecommitdiff
path: root/src/gns/test_gns_proxy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:26:48 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:26:48 +0100
commit395cea2596aa14e88a97e665c860afdc67a4862a (patch)
tree596369af2371f05b7d0a40cb8fc74a2b3475708d /src/gns/test_gns_proxy.c
parentc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (diff)
downloadgnunet-395cea2596aa14e88a97e665c860afdc67a4862a.tar.gz
gnunet-395cea2596aa14e88a97e665c860afdc67a4862a.zip
more typos
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);