diff options
author | unknown <bell@sanja.is.com.ua> | 2002-05-03 23:52:36 +0300 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2002-05-03 23:52:36 +0300 |
commit | ebe90e6b3a6a9d15040c38ca738e98d4b0021df1 (patch) | |
tree | 5f5a3d732cabc65c4df721b5f1e101f6ac53b0e1 /mysql-test/install_test_db.sh | |
parent | 4ddc2b9f6a1a3f09293f284c7a1f158219190938 (diff) | |
download | mariadb-git-ebe90e6b3a6a9d15040c38ca738e98d4b0021df1.tar.gz |
Typo fixed
Diffstat (limited to 'mysql-test/install_test_db.sh')
-rw-r--r-- | mysql-test/install_test_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |