BIND 10 trac756, updated. 576f337f42e5c72aec48d8ea1d36ab5059588301 [trac756] a few trivial typos

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 15 07:52:11 UTC 2011


The branch, trac756 has been updated
       via  576f337f42e5c72aec48d8ea1d36ab5059588301 (commit)
      from  2826df63af5ce079b537fb8beaa09b0138b7c308 (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 576f337f42e5c72aec48d8ea1d36ab5059588301
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Jun 15 09:51:57 2011 +0200

    [trac756] a few trivial typos

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/log.cc b/src/lib/python/isc/log/log.cc
index 6bcadda..e871768 100644
--- a/src/lib/python/isc/log/log.cc
+++ b/src/lib/python/isc/log/log.cc
@@ -417,7 +417,7 @@ Logger_performOutput(Function function, PyObject* args, bool dbgLevel) {
 
         if (number < start) {
             return (PyErr_Format(PyExc_TypeError, "Too few arguments to "
-                                 "logging call, at last %zu needed and %zd "
+                                 "logging call, at least %zu needed and %zd "
                                  "given", start, number));
         }
 
@@ -440,7 +440,7 @@ Logger_performOutput(Function function, PyObject* args, bool dbgLevel) {
         }
 
         // We create the logging message right now. If we fail to convert a
-        // parameter to string, at last the part that we already did will
+        // parameter to string, at least the part that we already did will
         // be output
         Logger::Formatter formatter(function(dbg, mid.c_str()));
 
@@ -607,7 +607,7 @@ PyModuleDef iscLog = {
     NULL
 };
 
-}
+} // end anonymous namespace
 
 PyMODINIT_FUNC
 PyInit_log(void) {




More information about the bind10-changes mailing list