Browse Source

[master] fixed a trivial typo I happened to notice. directly pushing.

JINMEI Tatuya 13 years ago
parent
commit
f9cb0d187f
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

@@ -185,7 +185,7 @@ init(PyObject*, PyObject* args) {
     Py_RETURN_NONE;
 }
 
-// This initialization is for unit tests.  It allows message settings to be
+// This initialization is for unit tests.  It allows message settings to
 // be determined by a set of B10_xxx environment variables.  (See the
 // description of initLogger() for more details.)  The function has been named
 // resetUnitTestRootLogger() here as being more descriptive and