]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2165] Fix typo in comment
authorMukund Sivaraman <muks@isc.org>
Sun, 26 Aug 2012 22:08:52 +0000 (03:38 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 26 Aug 2012 22:08:52 +0000 (03:38 +0530)
src/lib/datasrc/database.cc

index 9e2958750c98fbdf5f3b84b079c16ca0e4b99d3c..5bea48e44ad236571be391fc1d356deb2b2a0b53 100644 (file)
@@ -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