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