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
+1 -1
View File
@@ -118,7 +118,7 @@ FAR char *nl_langinfo(nl_item item)
case MON_1: case MON_1:
return "January"; return "January";
case MON_2: case MON_2:
return "Feburary"; return "February";
case MON_3: case MON_3:
return "March"; return "March";
case MON_4: case MON_4: