]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo in comment 11030/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 26 Nov 2021 13:08:56 +0000 (14:08 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Nov 2021 13:08:56 +0000 (14:08 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/pdns_recursor.cc

index 35b9d929889ac9edc4b266fa75a4f388eccd2d31..57b23271cc06402bd2d37ac917758d3efbba4b68 100644 (file)
@@ -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: