summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormusvaage <musvaage@outlook.com>2022-11-25 17:32:16 -0600
committerDaniel Black <daniel@mariadb.org>2022-12-16 08:51:40 +1100
commitd0f6d467045591176ec5e229e2b0562c61c29358 (patch)
treee7da84c627102dae447a30e21f55ee3099f5faf2
parentc562ccf796c085211461386510ea5f7a8137cb96 (diff)
downloadmariadb-git-d0f6d467045591176ec5e229e2b0562c61c29358.tar.gz
debian typos
-rw-r--r--debian/additions/innotop/innotop2
-rwxr-xr-xdebian/additions/mysqlreport4
-rw-r--r--debian/mariadb-server-10.3.postinst2
3 files changed, 4 insertions, 4 deletions
diff --git a/debian/additions/innotop/innotop b/debian/additions/innotop/innotop
index 5ffd8180c34..15ab47c8fc6 100644
--- a/debian/additions/innotop/innotop
+++ b/debian/additions/innotop/innotop
@@ -4937,7 +4937,7 @@ sub noecho_password {
};
if ( $EVAL_ERROR ) {
- die "Cannot read respose; is Term::ReadKey installed? $EVAL_ERROR";
+ die "Cannot read response; is Term::ReadKey installed? $EVAL_ERROR";
}
return $response;
}
diff --git a/debian/additions/mysqlreport b/debian/additions/mysqlreport
index 61fef3f89ee..2d9b04c7eac 100755
--- a/debian/additions/mysqlreport
+++ b/debian/additions/mysqlreport
@@ -705,7 +705,7 @@ sub set_myisam_vals
{
print "set_myisam_vals\n" if $op{debug};
-# should be moved elsewere
+# should be moved elsewhere
$questions = $stats{'Questions'};
$key_read_ratio = sprintf "%.2f",
@@ -1366,7 +1366,7 @@ format QCACHE =
__ Query Cache _________________________________________________________
Memory usage @>>>>>> of @>>>>>> %Usage: @>>>>>
make_short($qc_mem_used, 1), make_short($vars{'query_cache_size'}, 1), perc($qc_mem_used, $vars{'query_cache_size'})
-Block Fragmnt @>>>>>%
+Block Fragment @>>>>>%
perc($stats{'Qcache_free_blocks'}, $stats{'Qcache_total_blocks'})
Hits @>>>>>> @>>>>>/s
make_short($stats{'Qcache_hits'}), t($stats{'Qcache_hits'})
diff --git a/debian/mariadb-server-10.3.postinst b/debian/mariadb-server-10.3.postinst
index 38f20ec4774..51366a9f6fd 100644
--- a/debian/mariadb-server-10.3.postinst
+++ b/debian/mariadb-server-10.3.postinst
@@ -129,7 +129,7 @@ EOF
# This is important to avoid dataloss when there is a removed
# mysql-server version from Woody lying around which used the same
- # data directory and then somewhen gets purged by the admin.
+ # data directory and then somehow gets purged by the admin.
db_set mariadb-server/postrm_remove_database false || true
# Clean up old flags before setting new one