BIND 10 master, updated. 3665d7750795ee247864c5619301bd1638c31175 [master] trivial typo missed in previous commit

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 17 17:45:33 UTC 2011


The branch, master has been updated
       via  3665d7750795ee247864c5619301bd1638c31175 (commit)
      from  bb22c63e7bf7544d5a765140cc29b87fd1e2410c (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 3665d7750795ee247864c5619301bd1638c31175
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Jun 17 19:45:19 2011 +0200

    [master] trivial typo missed in previous commit

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/log.cc b/src/lib/python/isc/log/log.cc
index 682ee2a..b29c005 100644
--- a/src/lib/python/isc/log/log.cc
+++ b/src/lib/python/isc/log/log.cc
@@ -38,7 +38,7 @@ using boost::bind;
 // workaround, we create a local randomly named namespace here
 // to solve this issue.
 namespace clang_unnamed_namespace_workaround {
-    // To propagate python exceptions trough our code
+    // To propagate python exceptions through our code
     class InternalError {};
 }
 using namespace clang_unnamed_namespace_workaround;




More information about the bind10-changes mailing list