Fix trivial typo
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 19 Jun 2015 15:19:24 +0000 (17:19 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 19 Jun 2015 15:19:32 +0000 (17:19 +0200)
src/dns/dnscache.cpp

index e418c7d..37d62c9 100644 (file)
@@ -202,7 +202,7 @@ void DnsCache::load_from_cachefile()
  * @brief check that loaded cache really is from the past
  *
  * Added this to avoid trouble in case the system time is changed into the past.
- * In that cast would have TTLs here in cache that are valid much too long.
+ * In that case would have TTLs here in cache that are valid much too long.
  *
  * Therefore check SaveCacheTime and if that is in the future, set all TTLs to 0
  *