diff options
author | Otto Kekäläinen <otto@seravo.fi> | 2015-08-12 23:03:45 +0200 |
---|---|---|
committer | Otto Kekäläinen <otto@seravo.fi> | 2015-08-27 00:39:44 +0300 |
commit | a273f016a1a8af8d3b60af804675cd4fd706132e (patch) | |
tree | f638253f07bad0ffac72e5f136f9325f5f0b4265 /sql/sql_locale.cc | |
parent | f425c71aba5a52e603fde8582838e3d89771c032 (diff) | |
download | mariadb-git-a273f016a1a8af8d3b60af804675cd4fd706132e.tar.gz |
Fix spelling errors
Diffstat (limited to 'sql/sql_locale.cc')
-rw-r--r-- | sql/sql_locale.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sql/sql_locale.cc b/sql/sql_locale.cc index bdda5f1b5ef..5ac069de98b 100644 --- a/sql/sql_locale.cc +++ b/sql/sql_locale.cc @@ -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, |