mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Fix various spelling errors
e.g. - dont -> don't - occurence -> occurrence - succesfully -> successfully - easyly -> easily Also remove trailing space in selected files. These changes span: - server core - Connect and Innobase storage engine code - OQgraph, Sphinx and TokuDB storage engines Related to MDEV-21769.
This commit is contained in:
parent
3c57693ff1
commit
c8388de2fd
40 changed files with 80 additions and 80 deletions
|
|
@ -152,7 +152,7 @@ private:
|
|||
Item *val;
|
||||
/* hit/miss counters */
|
||||
ulong hit, miss;
|
||||
/* Set on if the object has been succesfully initialized with init() */
|
||||
/* Set on if the object has been successfully initialized with init() */
|
||||
bool inited;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue