mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Fix typos found by codespell (#3011)
This commit is contained in:

committed by
GitHub

parent
696db97f67
commit
47b7e7c736
@@ -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);
|
||||
|
Reference in New Issue
Block a user