From 73da3e4c56751bd4e1cf88b919d2961512f830a6 Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Mon, 11 Jun 2018 19:22:31 +0800 Subject: [PATCH] modify grammer mistake Change-Id: I40a997c57a1a645784e143bbb588717873e1ea47 --- 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 ab662a40..00c765e7 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='';