]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2471] fixed a minor typo in comments.
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 04:28:12 +0000 (20:28 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 14 Nov 2012 04:28:12 +0000 (20:28 -0800)
trivial, directly committing.

src/bin/auth/tests/query_inmemory_unittest.cc

index 805dbb2bb06a97bd99d88f30ec8dcabea875b61d..f587ba21ad1e6d69596f146f7f55eeaf0647ec22 100644 (file)
@@ -46,7 +46,7 @@ const char* const synthetized_cname_txt =
     "www.dname.example.com. 3600 IN CNAME "
     "www.somethinglong.dnametarget.example.com.\n";
 
-// This is a subset of QueryTest using (sbuset of) the same test data, but
+// This is a subset of QueryTest using (subset of) the same test data, but
 // with the production in-memory data source.  Both tests should be eventually
 // unified to avoid duplicates.
 class InMemoryQueryTest : public ::testing::Test {