BIND 10 trac2309, updated. 5106746a3bcc359ba14fb569d6921b9cdf5b244a [2309] fixed a minor typo in a comment.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jan 24 04:43:39 UTC 2013


The branch, trac2309 has been updated
       via  5106746a3bcc359ba14fb569d6921b9cdf5b244a (commit)
      from  a333e6c631fd02410295adfac58d8681c635f782 (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 5106746a3bcc359ba14fb569d6921b9cdf5b244a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Jan 23 20:43:27 2013 -0800

    [2309] fixed a minor typo in a comment.

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

Summary of changes:
 src/lib/datasrc/tests/database_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/database_unittest.cc b/src/lib/datasrc/tests/database_unittest.cc
index 3f81864..c293540 100644
--- a/src/lib/datasrc/tests/database_unittest.cc
+++ b/src/lib/datasrc/tests/database_unittest.cc
@@ -2242,7 +2242,7 @@ TYPED_TEST(DatabaseClientTest, findAtOriginWithMinTTL) {
 
     ZoneFinderPtr finder = this->getFinder();
 
-    // Specify the use of min TTL, then the resulting TTL should be drived
+    // Specify the use of min TTL, then the resulting TTL should be derived
     // from the SOA MINTTL (which is smaller).
     this->expected_rdatas_.push_back(new_soa_rdata);
     doFindAtOriginTest(*finder, this->zname_, RRType::SOA(), RRType::SOA(),



More information about the bind10-changes mailing list