From 8ece0e457ee994e54c23ee7393fbce831d81a954 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Tue, 2 Jan 2024 13:16:50 -0800 Subject: Fix spelling mistakes These were found with: codespell -w $(git ls-files | grep "\.[hc]\(pp\)\?$") At some point in the future, we might want to get this enabled in CI. Change-Id: Iccb57b2adfd06a2e177e99db2923fe4e8e329118 Signed-off-by: Ed Tanous --- http/logging.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'http/logging.hpp') diff --git a/http/logging.hpp b/http/logging.hpp index 3fdef7e744..781bcfb9b2 100644 --- a/http/logging.hpp +++ b/http/logging.hpp @@ -166,9 +166,9 @@ struct FormatString std::source_location loc; // NOLINTNEXTLINE(google-explicit-constructor) - FormatString(const char* strIn, const std::source_location& locIn = - std::source_location::current()) : - str(strIn), + FormatString(const char* stringIn, const std::source_location& locIn = + std::source_location::current()) : + str(stringIn), loc(locIn) {} }; -- cgit v1.2.3