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/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397bb4c2a751028c318e06c40477ce756272250a;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: