]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: happens
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:19:09 +0000 (12:19 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/logging.hh

index ba8b00d7f8034a5fdf2d8200b2af0bb1c56c1044..a927ea9daeb9c13b29c600b0153a81f61c338b11 100644 (file)
@@ -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)
 //