Browse Source

[master] trivial typo missed in previous commit

Jelte Jansen 14 years ago
parent
commit
3665d77507
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/log/log.cc

+ 1 - 1
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;