]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment 13446/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 6 Nov 2023 08:44:55 +0000 (09:44 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 08:44:55 +0000 (09:44 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/logging.hh

index dfff184efe463d7e188dbed9bafa4508850c7f69..c08a8e6b4ebb28a098cf831faecd7d8f8ec4065f 100644 (file)
@@ -69,7 +69,7 @@ struct is_to_string_available<T, std::void_t<decltype(std::to_string(std::declva
 {
 };
 
-// Same mechanism for t.toLogString() and t.toStucturedLogString()
+// Same mechanism for t.toLogString() and t.toStructuredLogString()
 template <typename T, typename = void>
 struct is_toLogString_available : std::false_type
 {