BIND 10 trac1209b, updated. 625d818594e468ebd8bf89a6c09a97208b58071e [1209b] small typo fix

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Oct 10 19:58:35 UTC 2011


The branch, trac1209b has been updated
       via  625d818594e468ebd8bf89a6c09a97208b58071e (commit)
      from  ff571bb13401ce21184923c973ee2cb67b85cade (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 625d818594e468ebd8bf89a6c09a97208b58071e
Author: Jelte Jansen <jelte at isc.org>
Date:   Mon Oct 10 21:58:24 2011 +0200

    [1209b] small typo fix

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

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 5aa456b..28d5d50 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -551,7 +551,7 @@ class XfrinConnection(asyncore.dispatcher):
             msg.add_rrset(Message.SECTION_AUTHORITY, zone_soa_rr)
             self._request_serial = get_soa_serial(zone_soa_rr.get_rdata()[0])
         else:
-            # For AXFR, we temporariy provide backward compatible behavior
+            # For AXFR, we temporarily provide backward compatible behavior
             # where xfrin is responsible for creating zone in the corresponding
             # DB table.  Note that the code below uses the old data source
             # API and assumes SQLite3 in an ugly manner.  We'll have to




More information about the bind10-changes mailing list