From 6dbd83c78767326b541f994c3c8a38f272d89dd9 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:32:59 -0500 Subject: [PATCH] spelling: possible Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/rec-eventtrace.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3