]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
comment fixup.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jan 2015 15:10:17 +0000 (15:10 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 22 Jan 2015 15:10:17 +0000 (15:10 +0000)
svn:NO TEST

git-svn-id: file:///svn/unbound/trunk@3317 be551aaa-1e26-0410-a405-d3ace91eadb9

testcode/do-tests.sh

index 84d2ef566fd928ad07ee7cfe1cb8de5c524a4488..6ea12cd2f336744b428c126aabb24ff751d3a226 100755 (executable)
@@ -14,7 +14,7 @@ NEED_NOMINGW='tcp_sigpipe.tpkg 07-confroot.tpkg 08-host-lib.tpkg fwd_ancil.tpkg'
 test_tool_avail "dig"
 test_tool_avail "ldns-testns"
 
-# test for ipv6, uses streamptcp peculiarity.
+# test for ipv6, uses streamtcp peculiarity.
 if ./streamtcp -f ::1 2>&1 | grep "not supported" >/dev/null 2>&1; then
        HAVE_IPV6=no
 else