From 4551467620e59df55116236123c26721f7ad680f Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Thu, 17 Sep 2015 00:49:17 +0300 Subject: [PATCH] Fix misprint --- include/spdlog/details/pattern_formatter_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/details/pattern_formatter_impl.h b/include/spdlog/details/pattern_formatter_impl.h index 137037ec..99476921 100644 --- a/include/spdlog/details/pattern_formatter_impl.h +++ b/include/spdlog/details/pattern_formatter_impl.h @@ -225,7 +225,7 @@ class I_formatter :public flag_formatter } }; -// ninutes 0-59 +// minutes 0-59 class M_formatter :public flag_formatter { void format(details::log_msg& msg, const std::tm& tm_time) override