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