1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -952,7 +952,7 @@ void OpenSSL_add_all_algorithms() // compatibility only
{} {}
int SSL_library_init() // compatiblity only int SSL_library_init() // compatibility only
{ {
return 1; return 1;
} }

View File

@ -898,7 +898,7 @@ The following options may be given as the first argument:
--show-slave-auth-info --show-slave-auth-info
Show user and password in SHOW SLAVE HOSTS on this Show user and password in SHOW SLAVE HOSTS on this
master. master.
--skip-bdb Deprecated option; Exist only for compatiblity with old --skip-bdb Deprecated option; Exist only for compatibility with old
my.cnf files my.cnf files
--skip-grant-tables Start without grant tables. This gives all users FULL --skip-grant-tables Start without grant tables. This gives all users FULL
ACCESS to all tables. ACCESS to all tables.

View File

@ -40,8 +40,8 @@ ID NAME DESCRIPTION MAX_MONTH_NAME_LENGTH MAX_DAY_NAME_LENGTH DECIMAL_POINT THOU
37 nb_NO Norwegian(Bokml) - Norway 9 7 , . norwegian 37 nb_NO Norwegian(Bokml) - Norway 9 7 , . norwegian
38 nl_NL Dutch - The Netherlands 9 9 , dutch 38 nl_NL Dutch - The Netherlands 9 9 , dutch
39 pl_PL Polish - Poland 11 12 , polish 39 pl_PL Polish - Poland 11 12 , polish
40 pt_BR Portugese - Brazil 9 7 , portuguese 40 pt_BR Portuguese - Brazil 9 7 , portuguese
41 pt_PT Portugese - Portugal 9 7 , portuguese 41 pt_PT Portuguese - Portugal 9 7 , portuguese
42 ro_RO Romanian - Romania 10 8 , . romanian 42 ro_RO Romanian - Romania 10 8 , . romanian
43 ru_RU Russian - Russia 8 11 , russian 43 ru_RU Russian - Russia 8 11 , russian
44 ru_UA Russian - Ukraine 8 11 , . russian 44 ru_UA Russian - Ukraine 8 11 , . russian
@ -153,8 +153,8 @@ Id Name Description Error_Message_Language
37 nb_NO Norwegian(Bokml) - Norway norwegian 37 nb_NO Norwegian(Bokml) - Norway norwegian
38 nl_NL Dutch - The Netherlands dutch 38 nl_NL Dutch - The Netherlands dutch
39 pl_PL Polish - Poland polish 39 pl_PL Polish - Poland polish
40 pt_BR Portugese - Brazil portuguese 40 pt_BR Portuguese - Brazil portuguese
41 pt_PT Portugese - Portugal portuguese 41 pt_PT Portuguese - Portugal portuguese
42 ro_RO Romanian - Romania romanian 42 ro_RO Romanian - Romania romanian
43 ru_RU Russian - Russia russian 43 ru_RU Russian - Russia russian
44 ru_UA Russian - Ukraine russian 44 ru_UA Russian - Ukraine russian

View File

@ -7414,7 +7414,7 @@ struct my_option my_long_options[]=
&opt_show_slave_auth_info, &opt_show_slave_auth_info, 0, &opt_show_slave_auth_info, &opt_show_slave_auth_info, 0,
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0}, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
{"skip-bdb", OPT_DEPRECATED_OPTION, {"skip-bdb", OPT_DEPRECATED_OPTION,
"Deprecated option; Exist only for compatiblity with old my.cnf files", "Deprecated option; Exist only for compatibility with old my.cnf files",
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
#ifndef DISABLE_GRANT_OPTIONS #ifndef DISABLE_GRANT_OPTIONS
{"skip-grant-tables", 0, {"skip-grant-tables", 0,
@ -8799,7 +8799,7 @@ mysqld_get_one_option(int optid, const struct my_option *opt, char *argument)
break; break;
case OPT_DEPRECATED_OPTION: case OPT_DEPRECATED_OPTION:
sql_print_warning("'%s' is deprecated. It does nothing and exists only " sql_print_warning("'%s' is deprecated. It does nothing and exists only "
"for compatiblity with old my.cnf files.", "for compatibility with old my.cnf files.",
opt->name); opt->name);
break; break;
case OPT_MYSQL_COMPATIBILITY: case OPT_MYSQL_COMPATIBILITY:

View File

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

View File

@ -1859,7 +1859,7 @@ int spider_param_auto_increment_mode(
static MYSQL_THDVAR_BOOL( static MYSQL_THDVAR_BOOL(
same_server_link, /* name */ same_server_link, /* name */
PLUGIN_VAR_OPCMDARG, /* opt */ PLUGIN_VAR_OPCMDARG, /* opt */
"Permit to link same server's table", /* comment */ "Permit one to link same server's table", /* comment */
NULL, /* check */ NULL, /* check */
NULL, /* update */ NULL, /* update */
FALSE /* def */ FALSE /* def */