From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:19:09 +0000 (-0500) Subject: spelling: happens X-Git-Tag: rec-5.4.0-alpha1~61^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42a64e296f10da17178b910bd60af62a460cdd86;p=thirdparty%2Fpdns.git spelling: happens Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- 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) //