aboutsummaryrefslogtreecommitdiff
path: root/src/dht
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht')
-rw-r--r--src/dht/dht_api.c2
-rw-r--r--src/dht/gnunet-service-dht_clients.c2
-rw-r--r--src/dht/gnunet-service-dht_routing.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index ee56c852f..ffcfba997 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -295,7 +295,7 @@ send_get (struct GNUNET_DHT_GetHandle *gh)
295/** 295/**
296 * Send GET message(s) for indicating which results are already known 296 * Send GET message(s) for indicating which results are already known
297 * for a @a get_handle to DHT. Complex as we need to send the list of 297 * for a @a get_handle to DHT. Complex as we need to send the list of
298 * known results, which means we may need mulitple messages to block 298 * known results, which means we may need multiple messages to block
299 * known results from the result set. 299 * known results from the result set.
300 * 300 *
301 * @param gh GET to generate messages for 301 * @param gh GET to generate messages for
diff --git a/src/dht/gnunet-service-dht_clients.c b/src/dht/gnunet-service-dht_clients.c
index 5eb3115f4..dfa8ee380 100644
--- a/src/dht/gnunet-service-dht_clients.c
+++ b/src/dht/gnunet-service-dht_clients.c
@@ -136,7 +136,7 @@ struct ClientQueryRecord
136 136
137 137
138/** 138/**
139 * Struct containing paremeters of monitoring requests. 139 * Struct containing parameters of monitoring requests.
140 */ 140 */
141struct ClientMonitorRecord 141struct ClientMonitorRecord
142{ 142{
diff --git a/src/dht/gnunet-service-dht_routing.c b/src/dht/gnunet-service-dht_routing.c
index 75513f833..b05fb76d3 100644
--- a/src/dht/gnunet-service-dht_routing.c
+++ b/src/dht/gnunet-service-dht_routing.c
@@ -166,7 +166,7 @@ process (void *cls,
166 166
167 if ((rr->type != GNUNET_BLOCK_TYPE_ANY) && 167 if ((rr->type != GNUNET_BLOCK_TYPE_ANY) &&
168 (rr->type != pc->type)) 168 (rr->type != pc->type))
169 return GNUNET_OK; /* type missmatch */ 169 return GNUNET_OK; /* type mismatch */
170 170
171 if (0 != (rr->options & GNUNET_DHT_RO_RECORD_ROUTE)) 171 if (0 != (rr->options & GNUNET_DHT_RO_RECORD_ROUTE))
172 { 172 {