Skip to content

Commit 5bb2cc8

Browse files
musvaagegrooverdan
authored andcommitted
debian typos
1 parent 9b3eae8 commit 5bb2cc8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

debian/additions/innotop/innotop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4933,7 +4933,7 @@ sub noecho_password {
49334933
};
49344934

49354935
if ( $EVAL_ERROR ) {
4936-
die "Cannot read respose; is Term::ReadKey installed? $EVAL_ERROR";
4936+
die "Cannot read response; is Term::ReadKey installed? $EVAL_ERROR";
49374937
}
49384938
return $response;
49394939
}

debian/additions/mariadb-report

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ sub set_myisam_vals
726726
{
727727
print "set_myisam_vals\n" if $op{debug};
728728

729-
# should be moved elsewere
729+
# should be moved elsewhere
730730
$questions = $stats{'Questions'};
731731

732732
$key_read_ratio = sprintf "%.2f",
@@ -1376,7 +1376,7 @@ format QCACHE =
13761376
__ Query Cache _________________________________________________________
13771377
Memory usage @>>>>>> of @>>>>>> %Usage: @>>>>>
13781378
make_short($qc_mem_used, 1), make_short($vars{'query_cache_size'}, 1), perc($qc_mem_used, $vars{'query_cache_size'})
1379-
Block Fragmnt @>>>>>%
1379+
Block Fragment @>>>>>%
13801380
perc($stats{'Qcache_free_blocks'}, $stats{'Qcache_total_blocks'})
13811381
Hits @>>>>>> @>>>>>/s
13821382
make_short($stats{'Qcache_hits'}), t($stats{'Qcache_hits'})

debian/mariadb-server.postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ EOF
152152

153153
# This is important to avoid dataloss when there is a removed
154154
# mysql-server version from Woody lying around which used the same
155-
# data directory and then somewhen gets purged by the admin.
155+
# data directory and then somehow gets purged by the admin.
156156
db_set mariadb-server/postrm_remove_database false || true
157157

158158
# Clean up old flags before setting new one

debian/not-installed

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lib/systemd/system/[email protected] # Installed by rules file
1313
lib/systemd/system/[email protected] # Installed by rules file
1414
usr/bin/mariadb-embedded # Shipping the embedded server in distro packaging does not make sense
1515
usr/bin/mysql_config # Debian packaging has mysql_config as symlink to mariadb_config
16-
usr/bin/mysql_embedded # Symlink to mariadb-embeded which is intentionally not included
16+
usr/bin/mysql_embedded # Symlink to mariadb-embedded which is intentionally not included
1717
usr/bin/sst_dump # Use the one from rocksdb-tools package
1818
usr/lib/aarch64-linux-gnu/libdbbc.a # ColumnStore header file
1919
usr/lib/aarch64-linux-gnu/libidbboot.a # ColumnStore header file
@@ -40,7 +40,7 @@ usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
4040
usr/share/groonga/COPYING
4141
usr/share/groonga/README.md
4242
usr/share/man/man1/mariadb-embedded.1 # Shipping the embedded server in distro packaging does not make sense
43-
usr/share/man/man1/mysql_embedded.1 # Symlink to mariadb-embeded.1 which is intentionally not included
43+
usr/share/man/man1/mysql_embedded.1 # Symlink to mariadb-embedded.1 which is intentionally not included
4444
usr/share/man/man1/my_safe_process.1
4545
usr/share/man/man1/mysql-stress-test.pl.1
4646
usr/share/man/man1/mysql.server.1

debian/salsa-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ build mariadbclient consumer Python-MySQLdb:
360360
image: debian:${RELEASE}
361361
script:
362362
- *test-prepare-container
363-
# Run each step separately to avoitda 800+ lines chunk that lacks the
363+
# Run each step separately to avoid an 800+ line chunk that lacks the
364364
# commands themselves printed and Gitlab-CI cutting off the output
365365
- apt-get install -y pkg-config ./libmariadb-dev*.deb ./libmariadb3_*.deb ./mariadb-common*.deb
366366
- pkg-config --cflags --libs mysqlclient # See what MySQLdb builds with

0 commit comments

Comments
 (0)