1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix spelling errors

This commit is contained in:
Otto Kekäläinen
2015-08-12 23:03:45 +02:00
parent f425c71aba
commit a273f016a1
7 changed files with 14 additions and 14 deletions

View File

@ -1433,7 +1433,7 @@ MY_LOCALE my_locale_pl_PL
);
/***** LOCALE END pl_PL *****/
/***** LOCALE BEGIN pt_BR: Portugese - Brazil *****/
/***** LOCALE BEGIN pt_BR: Portuguese - Brazil *****/
static const char *my_locale_month_names_pt_BR[13] =
{"janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro", NullS };
static const char *my_locale_ab_month_names_pt_BR[13] =
@ -1454,7 +1454,7 @@ MY_LOCALE my_locale_pt_BR
(
40,
"pt_BR",
"Portugese - Brazil",
"Portuguese - Brazil",
FALSE,
&my_locale_typelib_month_names_pt_BR,
&my_locale_typelib_ab_month_names_pt_BR,
@ -1469,7 +1469,7 @@ MY_LOCALE my_locale_pt_BR
);
/***** LOCALE END pt_BR *****/
/***** LOCALE BEGIN pt_PT: Portugese - Portugal *****/
/***** LOCALE BEGIN pt_PT: Portuguese - Portugal *****/
static const char *my_locale_month_names_pt_PT[13] =
{"Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro", NullS };
static const char *my_locale_ab_month_names_pt_PT[13] =
@ -1490,7 +1490,7 @@ MY_LOCALE my_locale_pt_PT
(
41,
"pt_PT",
"Portugese - Portugal",
"Portuguese - Portugal",
FALSE,
&my_locale_typelib_month_names_pt_PT,
&my_locale_typelib_ab_month_names_pt_PT,