From 663d1989bc5d321a5ba1eac3e97212e97117ca37 Mon Sep 17 00:00:00 2001 From: "Kerling Philipp (MTN PTT)" Date: Mon, 22 Jan 2024 15:57:51 +0100 Subject: [PATCH] Fix typos --- tests/test_errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_errors.cpp b/tests/test_errors.cpp index 2d5cfcf4..99884466 100644 --- a/tests/test_errors.cpp +++ b/tests/test_errors.cpp @@ -19,7 +19,7 @@ protected: }; struct custom_ex {}; -#if !defined(SPDLOG_USE_STD_FORMAT) // std formt doesn't fully support tuntime strings +#if !defined(SPDLOG_USE_STD_FORMAT) // std format doesn't fully support runtime strings TEST_CASE("default_error_handler", "[errors]") { prepare_logdir(); spdlog::filename_t filename = SPDLOG_FILENAME_T(SIMPLE_LOG);