BIND 10 trac1261, updated. cf136247fad510f55ba230f746558274fada1de6 [1261] a few typos

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Oct 5 13:32:38 UTC 2011


The branch, trac1261 has been updated
       via  cf136247fad510f55ba230f746558274fada1de6 (commit)
      from  e9e29a281b0b8b9d91fe9097e51c7e5df6d3ff78 (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 cf136247fad510f55ba230f746558274fada1de6
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Oct 5 15:32:28 2011 +0200

    [1261] a few typos

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py
index b013b2e..39a8d55 100644
--- a/src/bin/xfrin/tests/xfrin_test.py
+++ b/src/bin/xfrin/tests/xfrin_test.py
@@ -528,7 +528,7 @@ class TestXfrinConnection(unittest.TestCase):
 
         verify_ctx = None
         if self.soa_response_params['tsig']:
-            # xfrin (curreently) always uses TCP.  strip off the length field.
+            # xfrin (currently) always uses TCP.  strip off the length field.
             query_data = self.conn.query_data[2:]
             query_message = Message(Message.PARSE)
             query_message.from_wire(query_data)
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 86c3281..5eb0e3f 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -339,7 +339,7 @@ class XfrinConnection(asyncore.dispatcher):
                  sock_map, zone_name, rrclass, datasrc_client, db_file,
                  shutdown_event, master_addrinfo, tsig_key = None,
                  verbose=False, idle_timeout=60):
-        '''Constructor of the XfirnConnection class.
+        '''Constructor of the XfrinConnection class.
 
         idle_timeout: max idle time for read data from socket.
         datasrc_client: the data source client object used for the XFR session.
@@ -350,7 +350,7 @@ class XfrinConnection(asyncore.dispatcher):
 
         asyncore.dispatcher.__init__(self, map=sock_map)
 
-        # The XFR state.  Coceptually this is purely private, so we emphasize
+        # The XFR state.  Conceptually this is purely private, so we emphasize
         # the fact by the double underscore.  Other classes are assumed to
         # get access to this via get_xfrstate(), and only XfrinState classes
         # are assumed to be allowed to modify it via __set_xfrstate().




More information about the bind10-changes mailing list