diff --git a/heatclient/osc/v1/resource.py b/heatclient/osc/v1/resource.py index 7f9d1b2d..056fbb1f 100644 --- a/heatclient/osc/v1/resource.py +++ b/heatclient/osc/v1/resource.py @@ -104,7 +104,7 @@ class ResourceList(lister.Lister): action='append', help=_('Filter parameters to apply on returned resources based on ' 'their name, status, type, action, id and ' - 'physcial_resource_id') + 'physical_resource_id') ) return parser diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index 9d5ff60b..f2d5a52b 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -938,7 +938,7 @@ def do_template_validate(hc, args): @utils.arg('-f', '--filter', metavar='', help=_('Filter parameters to apply on returned resources based on' ' their name, status, type, action, id and' - ' physcial_resource_id. This can be specified multiple' + ' physical_resource_id. This can be specified multiple' ' times.'), action='append') def do_resource_list(hc, args):