From fe879eaa2a0fa20724f5114b037970664c751644 Mon Sep 17 00:00:00 2001 From: Momoka Toyota Date: Fri, 15 Sep 2017 10:56:42 +0900 Subject: [PATCH] Fix a typo of a missing letter Fix typo of a missing letter of comment out. Change-Id: Iebd607496ee6ae3d1d4a2a7b91315a1f97fe8b48 --- tools/tempest-plugin-sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tempest-plugin-sanity.sh b/tools/tempest-plugin-sanity.sh index a4f706e018..44bf840797 100644 --- a/tools/tempest-plugin-sanity.sh +++ b/tools/tempest-plugin-sanity.sh @@ -20,7 +20,7 @@ # What it does: # * Creates the virtualenv # * Install tempest -# * Retrive the project lists having tempest plugin if project name is +# * Retrieve the project lists having tempest plugin if project name is # given. # * For each project in a list, It does: # * Clone the Project