aboutsummaryrefslogtreecommitdiff
path: root/src/nse
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/nse
parentc0f407c9d3cfa50c3378ebbfc0885e20c84dd0ef (diff)
downloadgnunet-395cea2596aa14e88a97e665c860afdc67a4862a.tar.gz
gnunet-395cea2596aa14e88a97e665c860afdc67a4862a.zip
more typos
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/nse_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/nse_api.c b/src/nse/nse_api.c
index 5ed596bf2..23daa7f12 100644
--- a/src/nse/nse_api.c
+++ b/src/nse/nse_api.c
@@ -157,7 +157,7 @@ reconnect (void *cls)
157 * Connect to the network size estimation service. 157 * Connect to the network size estimation service.
158 * 158 *
159 * @param cfg the configuration to use 159 * @param cfg the configuration to use
160 * @param func funtion to call with network size estimate 160 * @param func function to call with network size estimate
161 * @param func_cls closure to pass to @a func 161 * @param func_cls closure to pass to @a func
162 * @return handle to use 162 * @return handle to use
163 */ 163 */