Skip to content

Commit 2c76e61

Browse files
authored
Fix #3194 - Use Sep instead of Sept for abbreviated month
1 parent bdd1dff commit 2c76e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/spdlog/pattern_formatter-inl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class A_formatter : public flag_formatter {
180180

181181
// Abbreviated month
182182
static const std::array<const char *, 12> months{
183-
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}};
183+
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}};
184184

185185
template <typename ScopedPadder>
186186
class b_formatter final : public flag_formatter {

0 commit comments

Comments
 (0)