From 0bebd378f73914f400748ec17272a78fbce4cfe7 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 27 Dec 2018 15:44:27 +0800 Subject: [PATCH] Fix the misspelling of "configuration" Change-Id: Id93739b568397cedac5a468b77915e71b0743056 --- openstack/orchestration/v1/software_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/orchestration/v1/software_config.py b/openstack/orchestration/v1/software_config.py index af59e8989..7d1df265f 100644 --- a/openstack/orchestration/v1/software_config.py +++ b/openstack/orchestration/v1/software_config.py @@ -38,7 +38,7 @@ class SoftwareConfig(resource.Resource): inputs = resource.Body('inputs') #: Name of the software config. name = resource.Body('name') - #: A string that contains options that are specific to the configuraiton + #: A string that contains options that are specific to the configuration #: management tool that this resource uses. options = resource.Body('options') #: A list of schemas each representing an output this software config