BIND 10 trac558, updated. 36fe3ea99b743875476fa2b229a5f60502b745a4 Merge branch 'trac558' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac558
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 8 14:38:32 UTC 2011
The branch, trac558 has been updated
via 36fe3ea99b743875476fa2b229a5f60502b745a4 (commit)
via c02f78e1a0757e0590e81f6486007deed34f2d4d (commit)
from fcf3cdd41a35c9c96e95272bc5d817b0457ab8dc (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 36fe3ea99b743875476fa2b229a5f60502b745a4
Merge: c02f78e1a0757e0590e81f6486007deed34f2d4d fcf3cdd41a35c9c96e95272bc5d817b0457ab8dc
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Feb 8 15:38:30 2011 +0100
Merge branch 'trac558' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac558
commit c02f78e1a0757e0590e81f6486007deed34f2d4d
Author: Jelte Jansen <jelte at isc.org>
Date: Tue Feb 8 15:37:43 2011 +0100
[trac558] three trivial changes in docs
two spaces, one letter 'e' added
-----------------------------------------------------------------------
Summary of changes:
src/lib/log/compiler/message.cc | 2 +-
src/lib/log/logger.cc | 2 +-
src/lib/log/logger_support.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/log/compiler/message.cc b/src/lib/log/compiler/message.cc
index 106ae15..1f3abf9 100644
--- a/src/lib/log/compiler/message.cc
+++ b/src/lib/log/compiler/message.cc
@@ -214,7 +214,7 @@ splitNamespace(string ns) {
} else {
// Namespaces components are separated by double colon characters -
- //convert to single colons.
+ // convert to single colons.
size_t dcolon;
while ((dcolon = ns.find("::")) != string::npos) {
ns.replace(dcolon, 2, ":");
diff --git a/src/lib/log/logger.cc b/src/lib/log/logger.cc
index 0f4490e..66656b1 100644
--- a/src/lib/log/logger.cc
+++ b/src/lib/log/logger.cc
@@ -32,7 +32,7 @@ namespace isc {
namespace log {
// Initialize Logger implementation. Does not check whether the implementation
-// has already been ionitialized - that was done by the caller (getLoggerptr()).
+// has already been initialized - that was done by the caller (getLoggerptr()).
void Logger::initLoggerImpl() {
loggerptr_ = new LoggerImpl(name_, infunc_);
}
diff --git a/src/lib/log/logger_support.h b/src/lib/log/logger_support.h
index 12c5fe7..db140fd 100644
--- a/src/lib/log/logger_support.h
+++ b/src/lib/log/logger_support.h
@@ -25,7 +25,7 @@ namespace log {
/// \brief Run-Time Initialization
///
/// This code will be used until the logger is fully integrated into the BIND-10
-/// configuration database. It performs run-time initialization of th logger,
+/// configuration database. It performs run-time initialization of the logger,
/// in particular supplying run-time choices to it:
///
/// * The severity (and if applicable, debug level) at which to log
More information about the bind10-changes
mailing list