BIND 10 master, updated. c0c5ff359f557d5a11533fb605e7cb613a1cea78 [master] fix spelling
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Aug 31 18:49:12 UTC 2012
The branch, master has been updated
via c0c5ff359f557d5a11533fb605e7cb613a1cea78 (commit)
from 852e369ac1e1c6d91dcfeadc13ffb69d99c90576 (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 c0c5ff359f557d5a11533fb605e7cb613a1cea78
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Fri Aug 31 13:48:14 2012 -0500
[master] fix spelling
Fix a misspelling in a log output.
Also fix same misspelling in some comments and unittest output.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/command.cc | 2 +-
src/lib/datasrc/tests/database_unittest.cc | 4 ++--
src/lib/datasrc/tests/memory_datasrc_unittest.cc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/command.cc b/src/bin/auth/command.cc
index 0658c17..43b2422 100644
--- a/src/bin/auth/command.cc
+++ b/src/bin/auth/command.cc
@@ -210,7 +210,7 @@ public:
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 "
+ "directly from the data source. It is not possible "
"to reload it into memory. Configure it to be cached "
"first.");
case ConfigurableClientList::CACHE_DISABLED:
diff --git a/src/lib/datasrc/tests/database_unittest.cc b/src/lib/datasrc/tests/database_unittest.cc
index 56ee5dd..dda4de2 100644
--- a/src/lib/datasrc/tests/database_unittest.cc
+++ b/src/lib/datasrc/tests/database_unittest.cc
@@ -2153,7 +2153,7 @@ TYPED_TEST(DatabaseClientTest, findDelegation) {
this->rrttl_, ZoneFinder::DELEGATION, this->expected_rdatas_,
this->expected_sig_rdatas_);
- // And when we ask direcly for the NS, we should still get delegation
+ // And when we ask directly for the NS, we should still get delegation
doFindTest(*finder, isc::dns::Name("delegation.example.org."),
isc::dns::RRType::NS(), isc::dns::RRType::NS(),
this->rrttl_, ZoneFinder::DELEGATION, this->expected_rdatas_,
@@ -2184,7 +2184,7 @@ TYPED_TEST(DatabaseClientTest, findDelegation) {
this->expected_sig_rdatas_, ZoneFinder::RESULT_DEFAULT,
isc::dns::Name("dname.example.org."));
- // Asking direcly for DNAME should give SUCCESS
+ // Asking directly for DNAME should give SUCCESS
doFindTest(*finder, isc::dns::Name("dname.example.org."),
isc::dns::RRType::DNAME(), isc::dns::RRType::DNAME(),
this->rrttl_, ZoneFinder::SUCCESS, this->expected_rdatas_,
diff --git a/src/lib/datasrc/tests/memory_datasrc_unittest.cc b/src/lib/datasrc/tests/memory_datasrc_unittest.cc
index 5abe270..fcdca16 100644
--- a/src/lib/datasrc/tests/memory_datasrc_unittest.cc
+++ b/src/lib/datasrc/tests/memory_datasrc_unittest.cc
@@ -1511,7 +1511,7 @@ InMemoryZoneFinderTest::anyWildcardCheck(
// First try directly the name (normal match)
{
- SCOPED_TRACE("Asking direcly for *");
+ SCOPED_TRACE("Asking directly for *");
expected_sets.push_back(rr_wild_);
findAllTest(Name("*.wild.example.org"), ZoneFinder::SUCCESS,
expected_sets);
More information about the bind10-changes
mailing list