Fix misspellings

adminstrative -> administrative
compatability -> compatibility
specfic -> specific

TrivialFix
Change-Id: Ic1670c2898b24c210e2e615f6cee194fa8cce951
This commit is contained in:
Takashi NATSUME 2016-08-01 14:29:46 +09:00
parent eab62c0d8a
commit 9561d47b7a
3 changed files with 4 additions and 4 deletions

View File

@ -508,7 +508,7 @@ keypair_user:
required: false
type: string
description: |
This allows adminstrative users to list key-pairs of specified
This allows administrative users to list key-pairs of specified
user ID.
min_version: 2.10
limit:

View File

@ -477,7 +477,7 @@ class InstanceMetadata(object):
if self._check_os_version(HAVANA, version):
self.set_mimetype(MIME_TYPE_APPLICATION_JSON)
# NOTE(mikal): backwards compatability... If the deployer has
# NOTE(mikal): backwards compatibility... If the deployer has
# specified providers, and one of those providers is StaticJSON,
# then do that thing here. Otherwise, if the deployer has
# specified an old style driver here, then use that. This second

View File

@ -215,8 +215,8 @@ class VMwareVMUtilTestCase(test.NoDBTestCase):
self.assertEqual("ns0:ParaVirtualSCSIController",
config_spec.device.obj_name)
def test_create_controller_spec_with_specfic_bus_number(self):
# Test controller spec with specifc bus number rather default 0
def test_create_controller_spec_with_specific_bus_number(self):
# Test controller spec with specific bus number rather default 0
config_spec = vm_util.create_controller_spec(fake.FakeFactory(), -101,
adapter_type=constants.ADAPTER_TYPE_LSILOGICSAS,
bus_number=1)