From 42a64e296f10da17178b910bd60af62a460cdd86 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:19:09 -0500 Subject: [PATCH] spelling: happens Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/logging.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/logging.hh b/pdns/logging.hh index ba8b00d7f8..a927ea9dae 100644 --- a/pdns/logging.hh +++ b/pdns/logging.hh @@ -53,7 +53,7 @@ struct Entry // Warning: some meta-programming is going on. We define helper // templates that can be used to see if specific string output // functions are available. If so, we use those instead of << into an -// ostringstream. Note that this decision happpens compile time. +// ostringstream. Note that this decision happens compile time. // Some hints taken from https://www.cppstories.com/2019/07/detect-overload-from-chars/ // (I could not get function templates with enabled_if<> to work in this case) // -- 2.47.3