]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix typo from review 616/head
authorgthess <george@nlnetlabs.nl>
Tue, 1 Feb 2022 16:38:16 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Feb 2022 16:38:16 +0000 (17:38 +0100)
Co-authored-by: Wouter Wijngaards <wcawijngaards@users.noreply.github.com>
testdata/ratelimit.tdir/ratelimit.pre

index 928853ca726b555192b62d562f3829c8d955eab3..2404cfc00b93fb598d389b70f635bf7acda06769 100644 (file)
@@ -14,7 +14,7 @@ echo "UNBOUND_PORT=$UNBOUND_PORT" >> .tpkg.var.test
 echo "STUB_PORT=$STUB_PORT" >> .tpkg.var.test
 echo "CONTROL_PORT=$CONTROL_PORT" >> .tpkg.var.test
 
-# start ldns-testnd
+# start ldns-testns
 get_ldns_testns
 $LDNS_TESTNS -v -p $STUB_PORT ratelimit.testns >stub.log 2>&1 &
 STUB_PID=$!