From 070e1c97479a044b116b6aaff36a97ed17b108df Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 9 May 2025 02:46:10 +0300 Subject: [PATCH] Update comment --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index b51b470b..ed3dcdcb 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -95,7 +95,7 @@ SPDLOG_API void set_error_handler(void (*handler)(const std::string &msg)); SPDLOG_API void register_logger(std::shared_ptr logger); // Register the given logger with the given name -// Will replace any the existing logger with the same name if exists. +// Will replace the existing logger with the same name if exists. SPDLOG_API void register_or_replace(std::shared_ptr logger); // Apply a user-defined function on all registered loggers