BIND 10 trac2427, updated. 625f08940bce63bd70bd9d8dac67d003519a61f1 [2427] wording fix: removed redundant words

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Dec 17 19:42:47 UTC 2012


The branch, trac2427 has been updated
       via  625f08940bce63bd70bd9d8dac67d003519a61f1 (commit)
      from  a435de0e81e1cde5ad40f5a8699252d31a2a39b7 (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 625f08940bce63bd70bd9d8dac67d003519a61f1
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon Dec 17 11:42:36 2012 -0800

    [2427] wording fix: removed redundant words

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

Summary of changes:
 src/lib/dns/master_loader.cc                |    7 +++----
 src/lib/dns/tests/master_loader_unittest.cc |    4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/master_loader.cc b/src/lib/dns/master_loader.cc
index 62ca4d9..251e364 100644
--- a/src/lib/dns/master_loader.cc
+++ b/src/lib/dns/master_loader.cc
@@ -405,10 +405,9 @@ MasterLoader::MasterLoaderImpl::handleInitialToken() {
             isc_throw(InternalException, "No previous name to use in "
                       "place of initial whitespace");
         } else if (!previous_name_) {
-            callbacks_.warning(lexer_.getSourceName(),
-                               lexer_.getSourceLine(),
-                               "Ambiguous previous name previous name for "
-                               "use in place of initial whitespace");
+            callbacks_.warning(lexer_.getSourceName(), lexer_.getSourceLine(),
+                               "Ambiguous previous name for use in place of "
+                               "initial whitespace");
         }
         return (next_token);
     } else if (initial_token.getType() == MasterToken::STRING ||
diff --git a/src/lib/dns/tests/master_loader_unittest.cc b/src/lib/dns/tests/master_loader_unittest.cc
index 2d1f95a..ce60dca 100644
--- a/src/lib/dns/tests/master_loader_unittest.cc
+++ b/src/lib/dns/tests/master_loader_unittest.cc
@@ -569,8 +569,8 @@ TEST_F(MasterLoaderTest, includeAndInitialWS) {
     EXPECT_TRUE(errors_.empty());
     EXPECT_EQ(1, warnings_.size());
     checkCallbackMessage(warnings_.at(0),
-                         "Ambiguous previous name previous name for use in "
-                         "place of initial whitespace", 3);
+                         "Ambiguous previous name for use in place of initial"
+                         " whitespace", 3);
     checkARR("xyz.example.org");
     checkBasicRRs();
     checkARR("xyz.example.org");



More information about the bind10-changes mailing list