From 64a85329b0d2c0c0cca59fddcd89b397a9614601 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Fri, 19 Jun 2015 17:19:24 +0200 Subject: [PATCH] Fix trivial typo --- src/dns/dnscache.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 * -- 1.7.1