mirror of
https://github.com/apache/nuttx.git
synced 2026-02-06 04:22:26 +08:00
fix(locale): misspelled "February" string (nl_langinfo)
This commit is contained in:
@@ -118,7 +118,7 @@ FAR char *nl_langinfo(nl_item item)
|
||||
case MON_1:
|
||||
return "January";
|
||||
case MON_2:
|
||||
return "Feburary";
|
||||
return "February";
|
||||
case MON_3:
|
||||
return "March";
|
||||
case MON_4:
|
||||
|
||||
Reference in New Issue
Block a user