Skip to content

Commit cebf9ee

Browse files
ottokgrooverdan
authored andcommitted
Fix various spelling errors still found in code
Reseting -> Resetting Unknow -> Unknown capabilites -> capabilities choosen -> chosen direcory -> directory informations -> information openned -> opened refered -> referred to access -> one to access missmatch -> mismatch succesfully -> successfully dont -> don't
1 parent e7ddf46 commit cebf9ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+91
-92
lines changed

man/aria_chk.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Change the collation used by the index.
155155
Faster repair by not modifying the data file.
156156
One can give a second '\-q' to force aria_chk to
157157
modify the original datafile in case of duplicate keys.
158-
NOTE: Tables where the data file is currupted can't be
158+
NOTE: Tables where the data file is corrupted can't be
159159
fixed with this option.
160160
.TP
161161
\fB\-u\fR, \fB\-\-unpack\fR

man/aria_read_log.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Start applying from last checkpoint
6060
Print less information during apply/undo phase
6161
.TP
6262
\fB\-T\fR, \fB\-\-tables\-to\-redo\fR=\fIname\fR
63-
List of tables sepearated with , that we should apply
63+
List of tables separated with , that we should apply
6464
REDO on. Use this if you only want to recover some tables
6565
.TP
6666
\fB\-t\fR, \fB\-\-tmpdir\fR=\fIname\fR

mysql-test/include/index_merge1.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ drop table t1;
374374
if ($merge_table_support)
375375
{
376376
#
377-
# BUG#17314: Index_merge/intersection not choosen by the optimizer for MERGE tables
377+
# BUG#17314: Index_merge/intersection not chosen by the optimizer for MERGE tables
378378
#
379379
create table t1 (
380380
a int, b int,

mysql-test/include/ps_conv.inc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ select @arg01:= c1, @arg02:= c2, @arg03:= c3, @arg04:= c4,
157157
@arg25:= c25, @arg26:= c26, @arg27:= c27, @arg28:= c28,
158158
@arg29:= c29, @arg30:= c30, @arg31:= c31, @arg32:= c32
159159
from t9 where c1= 1 ;
160-
# get as much informations about the parameters as possible
160+
# get as much information about the parameters as possible
161161
--enable_metadata
162162
execute full_info ;
163163
--disable_metadata
@@ -171,7 +171,7 @@ select @arg01:= c1, @arg02:= c2, @arg03:= c3, @arg04:= c4,
171171
@arg25:= c25, @arg26:= c26, @arg27:= c27, @arg28:= c28,
172172
@arg29:= c29, @arg30:= c30, @arg31:= c31, @arg32:= c32
173173
from t9 where c1= 0 ;
174-
# get as much informations about the parameters as possible
174+
# get as much information about the parameters as possible
175175
--enable_metadata
176176
execute full_info ;
177177
--disable_metadata
@@ -188,14 +188,14 @@ prepare stmt1 from "select
188188
from t9 where c1= ?" ;
189189
set @my_key= 1 ;
190190
execute stmt1 using @my_key ;
191-
# get as much informations about the parameters as possible
191+
# get as much information about the parameters as possible
192192
--enable_metadata
193193
execute full_info ;
194194
--disable_metadata
195195
# now the same procedure with the record containing so many NULLs
196196
set @my_key= 0 ;
197197
execute stmt1 using @my_key ;
198-
# get as much informations about the parameters as possible
198+
# get as much information about the parameters as possible
199199
--enable_metadata
200200
execute full_info ;
201201
--disable_metadata
@@ -215,7 +215,7 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08,
215215
@arg17, @arg18, @arg19, @arg20, @arg21, @arg22, @arg23, @arg24,
216216
@arg25, @arg26, @arg27, @arg28, @arg29, @arg30, @arg31, @arg32
217217
from t9 where c1= 1 ;
218-
# get as much informations about the parameters as possible
218+
# get as much information about the parameters as possible
219219
--enable_metadata
220220
execute full_info ;
221221
--disable_metadata
@@ -228,7 +228,7 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08,
228228
@arg17, @arg18, @arg19, @arg20, @arg21, @arg22, @arg23, @arg24,
229229
@arg25, @arg26, @arg27, @arg28, @arg29, @arg30, @arg31, @arg32
230230
from t9 where c1= 0 ;
231-
# get as much informations about the parameters as possible
231+
# get as much information about the parameters as possible
232232
--enable_metadata
233233
execute full_info ;
234234
--disable_metadata
@@ -243,15 +243,15 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08,
243243
from t9 where c1= ?" ;
244244
set @my_key= 1 ;
245245
execute stmt1 using @my_key ;
246-
# get as much informations about the parameters as possible
246+
# get as much information about the parameters as possible
247247
--enable_metadata
248248
execute full_info ;
249249
--disable_metadata
250250
# now the same procedure with the record containing so many NULLs
251251
# Bug#5034: prepared "select 1 into @arg15", second execute crashes server
252252
set @my_key= 0 ;
253253
execute stmt1 using @my_key ;
254-
# get as much informations about the parameters as possible
254+
# get as much information about the parameters as possible
255255
--enable_metadata
256256
execute full_info ;
257257
--disable_metadata

mysql-test/main/partition.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ drop table t1;
10541054
#
10551055
# Bug #17754 Change to explicit removal of partitioning scheme
10561056
# Also added a number of tests to ensure that proper engine is
1057-
# choosen in all kinds of scenarios.
1057+
# chosen in all kinds of scenarios.
10581058
#
10591059

10601060
create table t1 (a int)

mysql-test/main/ps_1general.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ select * from t1 where a = @var ;
6060

6161
# 3. DEALLOCATE PREPARE stmt_name;
6262
#
63-
# Send the server the order to drop the parse informations.
63+
# Send the server the order to drop the parse information.
6464
# The server will reply with "Query Ok" or an error message.
6565
DEALLOCATE PREPARE stmt ;
6666

mysql-test/main/sp-error.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ H2
22422242
Warnings:
22432243
Warning 1642 Unhandled user-defined warning condition
22442244

2245-
# -- Check that handlers are choosen properly in case of deep stack and
2245+
# -- Check that handlers are chosen properly in case of deep stack and
22462246
# -- nested SQL-blocks.
22472247

22482248
CREATE PROCEDURE p10()

mysql-test/main/sp-error.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3162,7 +3162,7 @@ END|
31623162
CALL p9()|
31633163

31643164
--echo
3165-
--echo # -- Check that handlers are choosen properly in case of deep stack and
3165+
--echo # -- Check that handlers are chosen properly in case of deep stack and
31663166
--echo # -- nested SQL-blocks.
31673167
--echo
31683168

mysql-test/suite/funcs_1/r/is_engines_federated.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines
22
WHERE ENGINE = 'FEDERATED';
33
ENGINE FEDERATED
44
SUPPORT YES
5-
COMMENT Allows to access tables on other MariaDB servers, supports transactions and more
5+
COMMENT Allows one to access tables on other MariaDB servers, supports transactions and more
66
TRANSACTIONS YES
77
XA NO
88
SAVEPOINTS YES

mysql-test/suite/innodb/r/innodb_bug34300.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Bug#34300 Tinyblob & tinytext fields currupted after export/import and alter in 5.1
2+
# Bug#34300 Tinyblob & tinytext fields corrupted after export/import and alter in 5.1
33
#
44
SET @@global.max_allowed_packet=16777216;
55
connect newconn, localhost, root,,;

0 commit comments

Comments
 (0)