From c88017dd4e6455303efbe7cfa21395310ce2e7cd Mon Sep 17 00:00:00 2001 From: David Ripton Date: Mon, 18 Feb 2013 19:43:03 -0500 Subject: Change all instances of the non-word "inteface" to "interface" Change-Id: I64f92a6346461670330a0c6e066b6685d4fc1b06 --- nova/virt/vmwareapi/network_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/virt') 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, -- cgit