aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:25:37 +0200
commitaa78134a557079ce570345e751e4c36c4b2ba79a (patch)
treef7bf25950513285184e2426109235337d0aef8be /src/nat/nat_api.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/nat/nat_api.c')
-rw-r--r--src/nat/nat_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat_api.c b/src/nat/nat_api.c
index c1125dc75..4622b1428 100644
--- a/src/nat/nat_api.c
+++ b/src/nat/nat_api.c
@@ -368,7 +368,7 @@ do_connect (void *cls)
368 * @param num_addrs number of addresses in @a addrs 368 * @param num_addrs number of addresses in @a addrs
369 * @param addrs list of local addresses packets should be redirected to 369 * @param addrs list of local addresses packets should be redirected to
370 * @param addrlens actual lengths of the addresses in @a addrs 370 * @param addrlens actual lengths of the addresses in @a addrs
371 * @param address_callback function to call everytime the public IP address changes 371 * @param address_callback function to call every time the public IP address changes
372 * @param reversal_callback function to call if someone wants connection reversal from us, 372 * @param reversal_callback function to call if someone wants connection reversal from us,
373 * NULL if connection reversal is not supported 373 * NULL if connection reversal is not supported
374 * @param callback_cls closure for callbacks 374 * @param callback_cls closure for callbacks