typo fixed

This commit is contained in:
Sergei Golubchik 2024-05-04 11:00:23 +02:00
parent fd68625ca0
commit fc670b46bd

View File

@ -47,7 +47,7 @@ dirname0=`dirname $0 2>/dev/null`
dirname0=`dirname $dirname0 2>/dev/null`
case "$0" in
*mysqld_install_db)
*mysql_install_db)
echo "$0: Deprecated program name. It will be removed in a future release, use 'mariadb-install-db' instead" 1>&2
;;
esac