Browse Source

[2309] fixed a minor typo in a comment.

JINMEI Tatuya 12 years ago
parent
commit
5106746a3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/database_unittest.cc

+ 1 - 1
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(),