From cf2e85ee9cd4f627cd530d002866cb8efc25b148 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 14 Jun 2001 22:24:16 +0000 Subject: [PATCH] typo --- bin/tests/system/nsupdate/update_test.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/nsupdate/update_test.pl b/bin/tests/system/nsupdate/update_test.pl index 00e6720244..8eab935254 100644 --- a/bin/tests/system/nsupdate/update_test.pl +++ b/bin/tests/system/nsupdate/update_test.pl @@ -26,7 +26,7 @@ # The port defaults to 53. # # The "Special NS rules" tests will only work correctly if the -# has no NS records to begin with, or alternatively has a +# zone has no NS records to begin with, or alternatively has a # single NS record pointing at the name "ns1" (relative to # the zone name). # @@ -37,7 +37,7 @@ # # perl -MCPAN -e "install Net::DNS" # -# $Id: update_test.pl,v 1.6 2001/01/09 21:44:06 bwelling Exp $ +# $Id: update_test.pl,v 1.7 2001/06/14 22:24:16 gson Exp $ # use Getopt::Std;