Merge "fix a typo: s/extention/extension"

This commit is contained in:
Zuul 2018-05-07 02:46:57 +00:00 committed by Gerrit Code Review
commit f91cb5283e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class TestCase(utils.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)