summaryrefslogtreecommitdiffstats
path: root/nova/virt
diff options
context:
space:
mode:
authorDavid Ripton <dripton@redhat.com>2013-02-18 19:43:03 -0500
committerDavid Ripton <dripton@redhat.com>2013-02-18 19:43:03 -0500
commitc88017dd4e6455303efbe7cfa21395310ce2e7cd (patch)
tree2732fb6d5d793181944cb2d65c8029f75e4a14c8 /nova/virt
parentb23c557cc8d03028caba95777f98adfe9b1031d9 (diff)
downloadnova-c88017dd4e6455303efbe7cfa21395310ce2e7cd.tar.gz
nova-c88017dd4e6455303efbe7cfa21395310ce2e7cd.tar.xz
nova-c88017dd4e6455303efbe7cfa21395310ce2e7cd.zip
Change all instances of the non-word "inteface" to "interface"
Change-Id: I64f92a6346461670330a0c6e066b6685d4fc1b06
Diffstat (limited to 'nova/virt')
-rw-r--r--nova/virt/vmwareapi/network_util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/virt/vmwareapi/network_util.py b/nova/virt/vmwareapi/network_util.py
index 5a83b0763..c353e66fd 100644
--- a/nova/virt/vmwareapi/network_util.py
+++ b/nova/virt/vmwareapi/network_util.py
@@ -113,7 +113,7 @@ def get_vswitch_for_vlan_interface(session, vlan_interface, cluster=None):
def check_if_vlan_interface_exists(session, vlan_interface, cluster=None):
- """Checks if the vlan_inteface exists on the esx host."""
+ """Checks if the vlan_interface exists on the esx host."""
host_mor = vm_util.get_host_ref(session, cluster)
physical_nics_ret = session._call_method(vim_util,
"get_dynamic_property", host_mor,