From: JINMEI Tatuya Date: Wed, 1 Feb 2012 21:11:57 +0000 (-0800) Subject: [1578] fixed typo in comment X-Git-Tag: trac2351_base~268^2~4^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=943206cea937e858ac301eec764abd1069350783;p=thirdparty%2Fkea.git [1578] fixed typo in comment --- diff --git a/src/lib/datasrc/memory_datasrc.cc b/src/lib/datasrc/memory_datasrc.cc index 14b59512fd..bfff5c13d9 100644 --- a/src/lib/datasrc/memory_datasrc.cc +++ b/src/lib/datasrc/memory_datasrc.cc @@ -629,7 +629,7 @@ struct InMemoryZoneFinder::InMemoryZoneFinderImpl { // Set up FindResult object as a return value of find(), taking into // account wildcard matches and DNSSEC information. We set the NSEC/NSEC3 // flag when applicable regardless of the find option; the caller would - // simply ignore these when then didn't request DNSSEC related results. + // simply ignore these when they didn't request DNSSEC related results. FindResult createFindResult(Result code, ConstRRsetPtr rrset, bool wild) const {