LibCore: Fix spelling for month of "August"

This commit is contained in:
thankyouverycool 2020-08-19 13:53:14 -04:00 committed by Andreas Kling
commit 918f2c592d
Notes: sideshowbarker 2024-07-19 03:18:47 +09:00

View file

@ -146,7 +146,7 @@ String DateTime::to_string(const String& format) const
};
const char mon_long_names[12][10] = {
"January", "February", "March", "April", "May", "June",
"July", "Auguest", "September", "October", "November", "December"
"July", "August", "September", "October", "November", "December"
};
struct tm tm;