From 2269aeb5275d0fe980e79d8c97a43ab9554696a2 Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Wed, 20 Jun 2018 20:31:29 +0800 Subject: [PATCH] fix typos Change-Id: I51bd8733774d890a28046cd197eb7ed6a89bb71e --- tools/test-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-setup.sh b/tools/test-setup.sh index ab662a4065..00c765e734 100755 --- a/tools/test-setup.sh +++ b/tools/test-setup.sh @@ -18,7 +18,7 @@ DB_PW=openstack_citest sudo -H mysqladmin -u root password $DB_ROOT_PW # It's best practice to remove anonymous users from the database. If -# a anonymous user exists, then it matches first for connections and +# an anonymous user exists, then it matches first for connections and # other connections from that host will not work. sudo -H mysql -u root -p$DB_ROOT_PW -h localhost -e " DELETE FROM mysql.user WHERE User='';