aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-service-gns_resolver.c
diff options
context:
space:
mode:
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 */