From 38fa0141eed89613b45906a638be19123ee7e706 Mon Sep 17 00:00:00 2001 From: Ian Gilfillan Date: Thu, 12 Sep 2019 12:09:02 +0200 Subject: Fix spelling mistakes in MyISAM code comments --- storage/myisam/myisampack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'storage/myisam/myisampack.c') diff --git a/storage/myisam/myisampack.c b/storage/myisam/myisampack.c index f8d76d8770b..a331bf890f7 100644 --- a/storage/myisam/myisampack.c +++ b/storage/myisam/myisampack.c @@ -108,7 +108,7 @@ typedef struct st_isam_mrg { MI_INFO **file,**current,**end; uint free_file; uint count; - uint min_pack_length; /* Theese is used by packed data */ + uint min_pack_length; /* These are used by packed data */ uint max_pack_length; uint ref_length; uint max_blob_length; @@ -1237,7 +1237,7 @@ static void check_counts(HUFF_COUNTS *huff_counts, uint trees, huff_counts->counts[0]=0; goto found_pack; } - /* Remeber the number of significant spaces. */ + /* Remember the number of significant spaces. */ old_space_count=huff_counts->counts[' ']; /* Add all leading and trailing spaces. */ huff_counts->counts[' ']+= (huff_counts->tot_end_space + -- cgit v1.2.1