mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:17:44 +00:00
LibCore: Fix spelling for month of "August"
This commit is contained in:
parent
efb55b1a4f
commit
918f2c592d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ String DateTime::to_string(const String& format) const
|
||||||
};
|
};
|
||||||
const char mon_long_names[12][10] = {
|
const char mon_long_names[12][10] = {
|
||||||
"January", "February", "March", "April", "May", "June",
|
"January", "February", "March", "April", "May", "June",
|
||||||
"July", "Auguest", "September", "October", "November", "December"
|
"July", "August", "September", "October", "November", "December"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tm tm;
|
struct tm tm;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue