Fix various typos (#3312)

Found via `codespell -q 3 -S ./test/gtest -L "fo,pres,seh,wronly"`
This commit is contained in:
luzpaz
2023-02-21 18:14:41 -05:00
committed by GitHub
parent 76f520835f
commit 3a69529e8b
6 changed files with 7 additions and 7 deletions

View File

@ -81,5 +81,5 @@ class date {
int day() const { return day_; }
};
// Returns a locale with the given name if available or classic locale othewise.
// Returns a locale with the given name if available or classic locale otherwise.
std::locale get_locale(const char* name, const char* alt_name = nullptr);