From 397bb4c2a751028c318e06c40477ce756272250a Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Fri, 26 Nov 2021 14:08:56 +0100 Subject: [PATCH] typo in comment Co-authored-by: Remi Gacogne --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2