[svn] commit: r1059 - /trunk/src/lib/dns/cpp/tests/testdata/gen-wiredata.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Mar 1 20:33:03 UTC 2010


Author: jinmei
Date: Mon Mar  1 20:33:03 2010
New Revision: 1059

Log:
misspelling

Modified:
    trunk/src/lib/dns/cpp/tests/testdata/gen-wiredata.py.in

Modified: trunk/src/lib/dns/cpp/tests/testdata/gen-wiredata.py.in
==============================================================================
--- trunk/src/lib/dns/cpp/tests/testdata/gen-wiredata.py.in (original)
+++ trunk/src/lib/dns/cpp/tests/testdata/gen-wiredata.py.in Mon Mar  1 20:33:03 2010
@@ -107,7 +107,7 @@
                           self.mbz << 6 | self.ad << 5 | self.cd << 4 |
                           self.rcode)
         f.write('%04x\n' % flag_and_code)
-        f.write('# QDCNT=%d, ANCNT=%d, NSCNT=%d, ARCND=%d\n' %
+        f.write('# QDCNT=%d, ANCNT=%d, NSCNT=%d, ARCNT=%d\n' %
                 (self.qdcount, self.ancount, self.nscount, self.arcount))
         f.write('%04x %04x %04x %04x\n' % (self.qdcount, self.ancount,
                                            self.nscount, self.arcount))




More information about the bind10-changes mailing list