From f1c2bf976f48e67e1b6c1eabc102568391cfbb0c Mon Sep 17 00:00:00 2001 From: inspurericzhang Date: Thu, 1 Nov 2018 09:51:39 +0800 Subject: [PATCH] [Trivial Fix] modify spelling error of "resource" Although it is spelling mistakes, it affects reading. Change-Id: I75a1f66002ec46fe206f31fec02fbd47f9cee443 --- gnocchi/templates/bin/_gnocchi-test.sh.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnocchi/templates/bin/_gnocchi-test.sh.tpl b/gnocchi/templates/bin/_gnocchi-test.sh.tpl index 5f309ad7b..12bfe054a 100644 --- a/gnocchi/templates/bin/_gnocchi-test.sh.tpl +++ b/gnocchi/templates/bin/_gnocchi-test.sh.tpl @@ -49,7 +49,7 @@ gnocchi metric delete ${METRIC_UUID} RESOURCE_UUID={{ uuidv4 }} -echo "Test: create resouce type" +echo "Test: create resource type" gnocchi resource-type create --attribute name:string --attribute host:string test echo "Test: list resource types"