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 --- include/dbus_singleton.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/dbus_singleton.hpp') diff --git a/include/dbus_singleton.hpp b/include/dbus_singleton.hpp index 67f57b7104..2448636a62 100644 --- a/include/dbus_singleton.hpp +++ b/include/dbus_singleton.hpp @@ -6,8 +6,8 @@ namespace crow namespace connections { -// Initialze before using! -// Please see webserver_main for the example how this variable is initialzed, +// Initialize before using! +// Please see webserver_main for the example how this variable is initialized, // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables) extern sdbusplus::asio::connection* systemBus; -- cgit v1.2.3