BIND 10 jreed-environment-variables, updated. 9aed7b738ddbdb52833806d92da227dad4f6b1a9 [jreed-environment-variables] fix typo in comment

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 31 15:54:02 UTC 2011


The branch, jreed-environment-variables has been updated
       via  9aed7b738ddbdb52833806d92da227dad4f6b1a9 (commit)
       via  281b183d4ac2d7ec8444c8f46ada37d2a015ed1e (commit)
      from  67727b623a4889ee0e38bd0ad9aaba710e722e4f (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 9aed7b738ddbdb52833806d92da227dad4f6b1a9
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue May 31 10:53:52 2011 -0500

    [jreed-environment-variables] fix typo in comment

commit 281b183d4ac2d7ec8444c8f46ada37d2a015ed1e
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu May 26 09:38:26 2011 -0500

    [jreed-environment-variables] typo fix in comment

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

Summary of changes:
 src/lib/python/bind10_config.py.in |    2 +-
 src/lib/util/unittests/run_all.cc  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/bind10_config.py.in b/src/lib/python/bind10_config.py.in
index 4a38903..bed99ea 100644
--- a/src/lib/python/bind10_config.py.in
+++ b/src/lib/python/bind10_config.py.in
@@ -34,7 +34,7 @@ def reload():
     # relative to the value of B10_FROM_SOURCE_LOCALSTATEDIR.  Otherwise
     # we use the ones installed on the system.
     # B10_FROM_SOURCE_LOCALSTATEDIR is specifically intended to be used for
-    # tests where we want to use variuos types of configuration within the test
+    # tests where we want to use various types of configuration within the test
     # environment.  (We may want to make it even more generic so that the path is
     # passed from the boss process)
     if "B10_FROM_SOURCE" in os.environ:
diff --git a/src/lib/util/unittests/run_all.cc b/src/lib/util/unittests/run_all.cc
index 5f50f77..0e3492b 100644
--- a/src/lib/util/unittests/run_all.cc
+++ b/src/lib/util/unittests/run_all.cc
@@ -31,7 +31,7 @@ run_all() {
 
     // The catching of exceptions generated in tests is controlled by the
     // B10TEST_CATCH_EXCEPTION environment variable.  Setting this to
-    // 1 enables the cacthing of exceptions; setting it to 0 disables it.
+    // 1 enables the catching of exceptions; setting it to 0 disables it.
     // Anything else causes a message to be printed to stderr and the default
     // taken.  (The default is to catch exceptions if compiling with clang
     // and false if not.)




More information about the bind10-changes mailing list