fix(locale): misspelled "February" string (nl_langinfo)
This commit is contained in:
parent
fa719f52f6
commit
bacc6bec37
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue