fix(locale): misspelled "February" string (nl_langinfo)

This commit is contained in:
Lars Kruse
2025-05-04 02:24:57 +02:00
committed by Xiang Xiao
parent fa719f52f6
commit bacc6bec37

View File

@@ -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: