BIND 10 trac1976-cont-3, updated. 65a9d49f2f80d46fd1852a9ebc789a7c1367a398 [1976] Make some minor typo/grammar changes
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 18 06:29:42 UTC 2012
The branch, trac1976-cont-3 has been updated
via 65a9d49f2f80d46fd1852a9ebc789a7c1367a398 (commit)
from c7462ec728933bfc3fcbc143f37f2284cabc0ab7 (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 65a9d49f2f80d46fd1852a9ebc789a7c1367a398
Author: Mukund Sivaraman <muks at isc.org>
Date: Wed Jul 18 11:59:18 2012 +0530
[1976] Make some minor typo/grammar changes
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/command.cc | 4 ++--
src/bin/auth/tests/command_unittest.cc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/command.cc b/src/bin/auth/command.cc
index 325fcb7..3822345 100644
--- a/src/bin/auth/command.cc
+++ b/src/bin/auth/command.cc
@@ -169,13 +169,13 @@ public:
return;
case ConfigurableClientList::ZONE_NOT_FOUND:
isc_throw(AuthCommandError, "Zone " << origin_ << "/" <<
- zone_class_ << " was not found in any configure "
+ zone_class_ << " was not found in any configured "
"data source. Configure it first.");
case ConfigurableClientList::ZONE_NOT_CACHED:
isc_throw(AuthCommandError, "Zone " << origin_ << "/" <<
zone_class_ << " is not served from memory, but "
"direcly from the data source. It is not possible "
- "to reload into memory, configure it to be cached "
+ "to reload it into memory. Configure it to be cached "
"first.");
case ConfigurableClientList::CACHE_DISABLED:
// This is an internal error. Auth server must have the cache
diff --git a/src/bin/auth/tests/command_unittest.cc b/src/bin/auth/tests/command_unittest.cc
index a36ba8b..a679aa7 100644
--- a/src/bin/auth/tests/command_unittest.cc
+++ b/src/bin/auth/tests/command_unittest.cc
@@ -311,7 +311,7 @@ TEST_F(AuthCommandTest,
result_ = execAuthServerCommand(server_, "loadzone",
Element::fromJSON(
"{\"origin\": \"example.org\"}"));
- checkAnswer(0, "Successfull load");
+ checkAnswer(0, "Successful load");
// And now it should be present too.
EXPECT_EQ(ZoneFinder::SUCCESS, server_.getClientList(RRClass::IN())->
More information about the bind10-changes
mailing list