BIND 10 trac983, updated. f8092952b50ef238e2ffc63ccb6d17a469f22966 [trac983] fixed typo in comments

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jul 12 23:05:39 UTC 2011


The branch, trac983 has been updated
       via  f8092952b50ef238e2ffc63ccb6d17a469f22966 (commit)
      from  7cb53c7b33c41bc8c5d76c6994caae800692108d (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 f8092952b50ef238e2ffc63ccb6d17a469f22966
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Jul 12 16:05:32 2011 -0700

    [trac983] fixed typo in comments

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

Summary of changes:
 src/lib/python/isc/acl/dns.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/dns.h b/src/lib/python/isc/acl/dns.h
index 3c57eba..76849c5 100644
--- a/src/lib/python/isc/acl/dns.h
+++ b/src/lib/python/isc/acl/dns.h
@@ -31,7 +31,7 @@ namespace python {
 // using the Python interpretor through this wrapper function.
 //
 // The __init__.py file should ensure isc.acl.acl has been loaded by the time
-// whenever this function is called, and there shouldn't be no operation
+// whenever this function is called, and there shouldn't be any operation
 // within this function that can fail (such as dynamic memory allocation),
 // so this function should always succeed.  Yet there may be an overlooked
 // failure mode, perhaps due to a bug in the binding implementation, or




More information about the bind10-changes mailing list