From: Thomas Jarosch Date: Fri, 19 Jun 2015 15:19:24 +0000 (+0200) Subject: Fix trivial typo X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=64a85329b0d2c0c0cca59fddcd89b397a9614601;p=pingcheck Fix trivial typo --- diff --git a/src/dns/dnscache.cpp b/src/dns/dnscache.cpp index e418c7d..37d62c9 100644 --- a/src/dns/dnscache.cpp +++ b/src/dns/dnscache.cpp @@ -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 *