From: JINMEI Tatuya Date: Wed, 14 Nov 2012 04:28:12 +0000 (-0800) Subject: [2471] fixed a minor typo in comments. X-Git-Tag: trac2487_base~1^2~1^2~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca8a13ddaaee0ba86f57095f6f93ac2ce381d599;p=thirdparty%2Fkea.git [2471] fixed a minor typo in comments. trivial, directly committing. --- diff --git a/src/bin/auth/tests/query_inmemory_unittest.cc b/src/bin/auth/tests/query_inmemory_unittest.cc index 805dbb2bb0..f587ba21ad 100644 --- a/src/bin/auth/tests/query_inmemory_unittest.cc +++ b/src/bin/auth/tests/query_inmemory_unittest.cc @@ -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 {