Browse Source

[2165] Fix typo in comment

Mukund Sivaraman 12 years ago
parent
commit
a8d00eae92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/database.cc

+ 1 - 1
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) {
             if (types.find(cur_type) != types.end() || any) {
                 // This type is requested, so put it into result
                 // This type is requested, so put it into result
                 const RRTTL cur_ttl(columns[DatabaseAccessor::TTL_COLUMN]);
                 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
                 // relevant RRSIG RRs for a lookup. Currently this column is
                 // not used in this revised datasource implementation. We
                 // not used in this revised datasource implementation. We
                 // should either start using it again, or remove it from use
                 // should either start using it again, or remove it from use