diff --git a/openstack/cloud/_utils.py b/openstack/cloud/_utils.py index 731db5763..1f139f48a 100644 --- a/openstack/cloud/_utils.py +++ b/openstack/cloud/_utils.py @@ -495,7 +495,7 @@ def _call_client_and_retry(client, url, retry_on=None, **kwargs): """Method to provide retry operations. - Some APIs utilize HTTP errors on certian operations to indicate that + Some APIs utilize HTTP errors on certain operations to indicate that the resource is presently locked, and as such this mechanism provides the ability to retry upon known error codes.