BIND 10 trac1294, updated. d7711ce221b04a035afa9d454c8baf53ec0cb9f0 [trac1294] fix typo in comment

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 12 10:40:56 UTC 2011


The branch, trac1294 has been updated
       via  d7711ce221b04a035afa9d454c8baf53ec0cb9f0 (commit)
      from  2878aadf0276c7a52832c7ca7f3bddf5e348d79c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d7711ce221b04a035afa9d454c8baf53ec0cb9f0
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Wed Oct 12 05:40:47 2011 -0500

    [trac1294] fix typo in comment

-----------------------------------------------------------------------

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index db6fab7..88e64c6 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -876,7 +876,7 @@ class ZoneInfo:
         self.set_master_port(config_data.get('master_port'))
         self.set_zone_class(config_data.get('class'))
         self.set_tsig_key(config_data.get('tsig_key'))
-        # XXX: harecode the default for ixfr_disabled.  We should retrieve
+        # XXX: hardcode the default for ixfr_disabled.  We should retrieve
         # it from the 
         ixfr_disabled = config_data.get('ixfr_disabled')
         if ixfr_disabled is None:




More information about the bind10-changes mailing list