aboutsummaryrefslogtreecommitdiff
path: root/src/nat/test_nat_mini.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/test_nat_mini.c
parent1f2674fe293be7c1a852fbe4a7241fbcb149078f (diff)
downloadgnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.tar.gz
gnunet-aa78134a557079ce570345e751e4c36c4b2ba79a.zip
-fix many more typos
Diffstat (limited to 'src/nat/test_nat_mini.c')
-rw-r--r--src/nat/test_nat_mini.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nat/test_nat_mini.c b/src/nat/test_nat_mini.c
index 8cbd4131d..528815e1a 100644
--- a/src/nat/test_nat_mini.c
+++ b/src/nat/test_nat_mini.c
@@ -17,14 +17,14 @@
17 17
18 SPDX-License-Identifier: AGPL3.0-or-later 18 SPDX-License-Identifier: AGPL3.0-or-later
19 */ 19 */
20
21/** 20/**
22 * Testcase for port redirection and public IP address retrieval.
23 * This test never fails, because there need to be a NAT box set up for tha *
24 * @file nat/test_nat_mini.c 21 * @file nat/test_nat_mini.c
25 * @brief Testcase for NAT library - mini 22 * @brief Testcase for NAT library - mini
26 * @author Christian Grothoff 23 * @author Christian Grothoff
27 * 24 *
25 * Testcase for port redirection and public IP address retrieval.
26 * This test never fails, because there need to be a NAT box set up for that
27 *
28 * TODO: actually use ARM to start resolver service to make DNS work! 28 * TODO: actually use ARM to start resolver service to make DNS work!
29 */ 29 */
30 30