From: Otto Moerbeek Date: Fri, 26 Nov 2021 13:08:56 +0000 (+0100) Subject: typo in comment X-Git-Tag: rec-4.7.0-alpha0~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11030%2Fhead;p=thirdparty%2Fpdns.git typo in comment Co-authored-by: Remi Gacogne --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 35b9d92988..57b23271cc 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2649,7 +2649,7 @@ static void requestWipeCaches(const DNSName& canon) /* * A helper class that by default closes the incoming TCP connection on destruct - * If you want to keep the connection aliave, call keep() on the guard object + * If you want to keep the connection alive, call keep() on the guard object */ class RunningTCPQuestionGuard { public: