diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-12-20 21:07:38 +0200 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-03-22 18:10:39 +1100 |
commit | cebf9ee2040195a61fbed32d06cc2e335e9f8dfd (patch) | |
tree | 99068da2237fbb33ad57ab920e70332b3832b565 /scripts/mytop.sh | |
parent | e7ddf46632db84f55af85cd4f401d59c6ab29242 (diff) | |
download | mariadb-git-cebf9ee2040195a61fbed32d06cc2e335e9f8dfd.tar.gz |
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
Diffstat (limited to 'scripts/mytop.sh')
-rw-r--r-- | scripts/mytop.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mytop.sh b/scripts/mytop.sh index f4e6dffb3b5..7d40c44c2d6 100644 --- a/scripts/mytop.sh +++ b/scripts/mytop.sh @@ -348,7 +348,7 @@ if ($has_is_processlist == 1) if ($has_time_ms == 1) { ## Check if the server has the STAGE column on the I_S.PROCESSLIST - ## table (MariaDB) to retreive query completion informations + ## table (MariaDB) to retreive query completion information $has_progress = Execute("SELECT /*mytop*/ 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'information_schema' AND TABLE_NAME = 'PROCESSLIST' AND @@ -853,7 +853,7 @@ while (1) } ## a - progress column toggle (the column is only displayed - ## if progress informations are available from the processlist) + ## if progress information are available from the processlist) if ($key eq 'a') { |