aboutsummaryrefslogtreecommitdiff
path: root/src/gns
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
parentc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (diff)
downloadgnunet-395cea2596aa14e88a97e665c860afdc67a4862a.tar.gz
gnunet-395cea2596aa14e88a97e665c860afdc67a4862a.zip
more typos
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
-rw-r--r--src/gns/test_gns_proxy.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index d38204ef1..833a8da01 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -21,7 +21,7 @@
21 * @author Martin Schanzenbach 21 * @author Martin Schanzenbach
22 * @author Christian Grothoff 22 * @author Christian Grothoff
23 * @file src/gns/gnunet-gns-proxy.c 23 * @file src/gns/gnunet-gns-proxy.c
24 * @brief HTTP(S) proxy that rewrites URIs and fakes certificats to make GNS work 24 * @brief HTTP(S) proxy that rewrites URIs and fakes certificates to make GNS work
25 * with legacy browsers 25 * with legacy browsers
26 * 26 *
27 * TODO: 27 * TODO:
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index d9d0d3099..49c1b340a 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -127,7 +127,7 @@ struct Gns2DnsPending
127 127
128 128
129/** 129/**
130 * Handle to a currenty pending resolution. On result (positive or 130 * Handle to a currently pending resolution. On result (positive or
131 * negative) the #GNS_ResultProcessor is called. 131 * negative) the #GNS_ResultProcessor is called.
132 */ 132 */
133struct GNS_ResolverHandle; 133struct GNS_ResolverHandle;
@@ -287,7 +287,7 @@ struct VpnContext
287 287
288 288
289/** 289/**
290 * Handle to a currenty pending resolution. On result (positive or 290 * Handle to a currently pending resolution. On result (positive or
291 * negative) the #GNS_ResultProcessor is called. 291 * negative) the #GNS_ResultProcessor is called.
292 */ 292 */
293struct GNS_ResolverHandle 293struct GNS_ResolverHandle
@@ -741,7 +741,7 @@ resolver_lookup_get_next_label (struct GNS_ResolverHandle *rh)
741 741
742 742
743/** 743/**
744 * Gives the cummulative result obtained to the callback and clean up the request. 744 * Gives the cumulative result obtained to the callback and clean up the request.
745 * 745 *
746 * @param rh resolution process that has culminated in a result 746 * @param rh resolution process that has culminated in a result
747 */ 747 */
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);