aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.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/gnunet-service-gns_resolver.c
parentc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (diff)
downloadgnunet-395cea2596aa14e88a97e665c860afdc67a4862a.tar.gz
gnunet-395cea2596aa14e88a97e665c860afdc67a4862a.zip
more typos
Diffstat (limited to 'src/gns/gnunet-service-gns_resolver.c')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c6
1 files changed, 3 insertions, 3 deletions
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 */