From c16e020bf7f62ad42dada11ce248b24fd99633a6 Mon Sep 17 00:00:00 2001 From: fpxie Date: Mon, 17 Apr 2017 16:40:50 +0800 Subject: [PATCH] Spelling error "paramenter" replace "paramenter" with "parameter" Change-Id: Id7ef609c01ca7517c09553e082edee522e05bea2 Closes-Bug: #1683272 --- nova/tests/fixtures.py | 2 +- nova/virt/libvirt/guest.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/tests/fixtures.py b/nova/tests/fixtures.py index 7161fb69643c..df29187f289e 100644 --- a/nova/tests/fixtures.py +++ b/nova/tests/fixtures.py @@ -735,7 +735,7 @@ class OSAPIFixture(fixtures.Fixture): """Create an OS API server as a fixture. This spawns an OS API server as a fixture in a new greenthread in - the current test. The fixture has a .api paramenter with is a + the current test. The fixture has a .api parameter with is a simple rest client that can communicate with it. This fixture is extremely useful for testing REST responses diff --git a/nova/virt/libvirt/guest.py b/nova/virt/libvirt/guest.py index ff4d690ec37c..baffea46655a 100644 --- a/nova/virt/libvirt/guest.py +++ b/nova/virt/libvirt/guest.py @@ -631,7 +631,7 @@ class Guest(object): else: if params: if migrate_uri: - # In migrateToURI3 this paramenter is searched in + # In migrateToURI3 this parameter is searched in # the `params` dict params['migrate_uri'] = migrate_uri self._domain.migrateToURI3(