BIND 10 master, updated. f9cb0d187f02078b27a0119ce42c83f62461a507 [master] fixed a trivial typo I happened to notice. directly pushing.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Oct 3 00:49:34 UTC 2011
The branch, master has been updated
via f9cb0d187f02078b27a0119ce42c83f62461a507 (commit)
from 4cde36d2b97a24f03c192a61248545d0180fb856 (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 f9cb0d187f02078b27a0119ce42c83f62461a507
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sun Oct 2 17:49:13 2011 -0700
[master] fixed a trivial typo I happened to notice. directly pushing.
-----------------------------------------------------------------------
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 aa12664..5bb6a94 100644
--- a/src/lib/python/isc/log/log.cc
+++ b/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
More information about the bind10-changes
mailing list