Skip to content

Commit a273f01

Browse files
committed
Fix spelling errors
1 parent f425c71 commit a273f01

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

extra/yassl/src/ssl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ void OpenSSL_add_all_algorithms() // compatibility only
952952
{}
953953

954954

955-
int SSL_library_init() // compatiblity only
955+
int SSL_library_init() // compatibility only
956956
{
957957
return 1;
958958
}

mysql-test/r/mysqld--help.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ The following options may be given as the first argument:
898898
--show-slave-auth-info
899899
Show user and password in SHOW SLAVE HOSTS on this
900900
master.
901-
--skip-bdb Deprecated option; Exist only for compatiblity with old
901+
--skip-bdb Deprecated option; Exist only for compatibility with old
902902
my.cnf files
903903
--skip-grant-tables Start without grant tables. This gives all users FULL
904904
ACCESS to all tables.

mysql-test/suite/plugins/r/locales.result

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ ID NAME DESCRIPTION MAX_MONTH_NAME_LENGTH MAX_DAY_NAME_LENGTH DECIMAL_POINT THOU
4040
37 nb_NO Norwegian(Bokml) - Norway 9 7 , . norwegian
4141
38 nl_NL Dutch - The Netherlands 9 9 , dutch
4242
39 pl_PL Polish - Poland 11 12 , polish
43-
40 pt_BR Portugese - Brazil 9 7 , portuguese
44-
41 pt_PT Portugese - Portugal 9 7 , portuguese
43+
40 pt_BR Portuguese - Brazil 9 7 , portuguese
44+
41 pt_PT Portuguese - Portugal 9 7 , portuguese
4545
42 ro_RO Romanian - Romania 10 8 , . romanian
4646
43 ru_RU Russian - Russia 8 11 , russian
4747
44 ru_UA Russian - Ukraine 8 11 , . russian
@@ -153,8 +153,8 @@ Id Name Description Error_Message_Language
153153
37 nb_NO Norwegian(Bokml) - Norway norwegian
154154
38 nl_NL Dutch - The Netherlands dutch
155155
39 pl_PL Polish - Poland polish
156-
40 pt_BR Portugese - Brazil portuguese
157-
41 pt_PT Portugese - Portugal portuguese
156+
40 pt_BR Portuguese - Brazil portuguese
157+
41 pt_PT Portuguese - Portugal portuguese
158158
42 ro_RO Romanian - Romania romanian
159159
43 ru_RU Russian - Russia russian
160160
44 ru_UA Russian - Ukraine russian

pcre/testdata/greppatN4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xxx
1+
xxx
22
jkl

sql/mysqld.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7414,7 +7414,7 @@ struct my_option my_long_options[]=
74147414
&opt_show_slave_auth_info, &opt_show_slave_auth_info, 0,
74157415
GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
74167416
{"skip-bdb", OPT_DEPRECATED_OPTION,
7417-
"Deprecated option; Exist only for compatiblity with old my.cnf files",
7417+
"Deprecated option; Exist only for compatibility with old my.cnf files",
74187418
0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
74197419
#ifndef DISABLE_GRANT_OPTIONS
74207420
{"skip-grant-tables", 0,
@@ -8799,7 +8799,7 @@ mysqld_get_one_option(int optid, const struct my_option *opt, char *argument)
87998799
break;
88008800
case OPT_DEPRECATED_OPTION:
88018801
sql_print_warning("'%s' is deprecated. It does nothing and exists only "
8802-
"for compatiblity with old my.cnf files.",
8802+
"for compatibility with old my.cnf files.",
88038803
opt->name);
88048804
break;
88058805
case OPT_MYSQL_COMPATIBILITY:

sql/sql_locale.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ MY_LOCALE my_locale_pl_PL
14331433
);
14341434
/***** LOCALE END pl_PL *****/
14351435

1436-
/***** LOCALE BEGIN pt_BR: Portugese - Brazil *****/
1436+
/***** LOCALE BEGIN pt_BR: Portuguese - Brazil *****/
14371437
static const char *my_locale_month_names_pt_BR[13] =
14381438
{"janeiro","fevereiro","março","abril","maio","junho","julho","agosto","setembro","outubro","novembro","dezembro", NullS };
14391439
static const char *my_locale_ab_month_names_pt_BR[13] =
@@ -1454,7 +1454,7 @@ MY_LOCALE my_locale_pt_BR
14541454
(
14551455
40,
14561456
"pt_BR",
1457-
"Portugese - Brazil",
1457+
"Portuguese - Brazil",
14581458
FALSE,
14591459
&my_locale_typelib_month_names_pt_BR,
14601460
&my_locale_typelib_ab_month_names_pt_BR,
@@ -1469,7 +1469,7 @@ MY_LOCALE my_locale_pt_BR
14691469
);
14701470
/***** LOCALE END pt_BR *****/
14711471

1472-
/***** LOCALE BEGIN pt_PT: Portugese - Portugal *****/
1472+
/***** LOCALE BEGIN pt_PT: Portuguese - Portugal *****/
14731473
static const char *my_locale_month_names_pt_PT[13] =
14741474
{"Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro", NullS };
14751475
static const char *my_locale_ab_month_names_pt_PT[13] =
@@ -1490,7 +1490,7 @@ MY_LOCALE my_locale_pt_PT
14901490
(
14911491
41,
14921492
"pt_PT",
1493-
"Portugese - Portugal",
1493+
"Portuguese - Portugal",
14941494
FALSE,
14951495
&my_locale_typelib_month_names_pt_PT,
14961496
&my_locale_typelib_ab_month_names_pt_PT,

storage/spider/spd_param.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@ int spider_param_auto_increment_mode(
18591859
static MYSQL_THDVAR_BOOL(
18601860
same_server_link, /* name */
18611861
PLUGIN_VAR_OPCMDARG, /* opt */
1862-
"Permit to link same server's table", /* comment */
1862+
"Permit one to link same server's table", /* comment */
18631863
NULL, /* check */
18641864
NULL, /* update */
18651865
FALSE /* def */

0 commit comments

Comments
 (0)