From ebe90e6b3a6a9d15040c38ca738e98d4b0021df1 Mon Sep 17 00:00:00 2001 From: unknown <bell@sanja.is.com.ua> Date: Fri, 3 May 2002 23:52:36 +0300 Subject: [PATCH] Typo fixed --- mysql-test/install_test_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/install_test_db.sh b/mysql-test/install_test_db.sh index acf8cebc723..b105609693c 100644 --- a/mysql-test/install_test_db.sh +++ b/mysql-test/install_test_db.sh @@ -218,6 +218,6 @@ END_OF_DATA then exit 0 else - echo "Error executing mysqld --boostrap" + echo "Error executing mysqld --bootstrap" exit 1 fi -- 2.30.9