From b52bbe1eec23ab498cc9fcda87045bddb28264db Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 30 May 2017 16:37:01 +0700 Subject: Trivial fix typos Change-Id: I72a1da209df38e226ec02d9dbd0142ed4020c0d2 --- openstackclient/tests/functional/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstackclient/tests/functional/base.py') diff --git a/openstackclient/tests/functional/base.py b/openstackclient/tests/functional/base.py index 2d070645..d95f7f84 100644 --- a/openstackclient/tests/functional/base.py +++ b/openstackclient/tests/functional/base.py @@ -48,7 +48,7 @@ def is_service_enabled(service): ret = execute('openstack service show -f value -c enabled ' + service) except exceptions.CommandFailed: # We get here for multiple reasons, all of them mean that a working - # service is not avilable + # service is not available return False return "True" in ret @@ -69,7 +69,7 @@ class TestCase(testtools.TestCase): return cls.openstack('configuration show ' + opts) @classmethod - def get_openstack_extention_names(cls): + def get_openstack_extension_names(cls): opts = cls.get_opts(['Name']) return cls.openstack('extension list ' + opts) -- cgit v1.2.1