From: Mukund Sivaraman Date: Sun, 26 Aug 2012 22:08:52 +0000 (+0530) Subject: [2165] Fix typo in comment X-Git-Tag: trac2351_base~110^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8d00eae92e24cb76e197e1fc1263ea11c9181bd;p=thirdparty%2Fkea.git [2165] Fix typo in comment --- diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc index 9e2958750c..5bea48e44a 100644 --- a/src/lib/datasrc/database.cc +++ b/src/lib/datasrc/database.cc @@ -229,7 +229,7 @@ DatabaseClient::Finder::getRRsets(const string& name, const WantedTypes& types, if (types.find(cur_type) != types.end() || any) { // This type is requested, so put it into result const RRTTL cur_ttl(columns[DatabaseAccessor::TTL_COLUMN]); - // Ths sigtype column was an optimization for finding the + // The sigtype column was an optimization for finding the // relevant RRSIG RRs for a lookup. Currently this column is // not used in this revised datasource implementation. We // should either start using it again, or remove it from use