From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:32:59 +0000 (-0500) Subject: spelling: possible X-Git-Tag: rec-5.4.0-alpha1~61^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dbd83c78767326b541f994c3c8a38f272d89dd9;p=thirdparty%2Fpdns.git spelling: possible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-eventtrace.hh b/pdns/recursordist/rec-eventtrace.hh index f6373172bf..28ae8c2eba 100644 --- a/pdns/recursordist/rec-eventtrace.hh +++ b/pdns/recursordist/rec-eventtrace.hh @@ -195,7 +195,7 @@ public: } if (stamp < d_base) { // If we get a ts before d_base, we adjust d_base and the existing events - // This is possble if we add a kernel provided packet timestamp in the future + // This is possible if we add a kernel provided packet timestamp in the future // (Though it seems those timestamps do not use CLOCK_MONOTONIC...) const int64_t adj = d_base - stamp; for (auto& iter : d_events) {