BIND 10 trac2020, updated. 1fa35a8bca4eb2f8a515516a69c79354dd355e69 [2020] typos in comments

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 14 07:54:52 UTC 2012


The branch, trac2020 has been updated
       via  1fa35a8bca4eb2f8a515516a69c79354dd355e69 (commit)
      from  43feaa8658342eff0c2ddc9b33ef185a6826411e (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 1fa35a8bca4eb2f8a515516a69c79354dd355e69
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Jun 14 09:54:42 2012 +0200

    [2020] typos in comments

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

Summary of changes:
 src/bin/ddns/ddns.py.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in
index b10edbb..76ffca0 100755
--- a/src/bin/ddns/ddns.py.in
+++ b/src/bin/ddns/ddns.py.in
@@ -156,7 +156,7 @@ def get_datasrc_client(cc_session):
 def add_pause(sec):
     '''Pause a specified period for inter module synchronization.
 
-    This is a trivial wrraper of time.sleep, but defined as a separate function
+    This is a trivial wrapper of time.sleep, but defined as a separate function
     so tests can customize it.
     '''
     time.sleep(sec)
@@ -339,10 +339,10 @@ class DDNSServer:
         new_secondary_zones = set()
         try:
             # Parse the new config and build a new list of secondary zones.
-            # Unforutnately, in the current implementation, even an observer
+            # Unfortunately, in the current implementation, even an observer
             # module needs to perform full validation.  This should be changed
             # so that only post-validation (done by the main module) config is
-            # delevered to observer modules, but until it's supported we need
+            # delivered to observer modules, but until it's supported we need
             # to protect ourselves.
             for zone_spec in sec_zones:
                 zname = Name(zone_spec['name'])



More information about the bind10-changes mailing list