summaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorAndy Hill <hillad@gmail.com>2013-06-04 17:35:36 -0500
committerBen Pfaff <blp@nicira.com>2013-06-04 21:53:33 -0700
commitec9f40dce11c7e81bc41d42e3bbfaaf8287165ce (patch)
tree3a82f3d653ed64601e6781fd05022fe2cea6d903 /xenserver
parent4be5ac89bea2972007d53992be841e0e8eb3350b (diff)
downloadopenvswitch-ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce.tar.gz
Fix misspellings in comments and docs.
Flagged with: https://github.com/lyda/misspell-check Run with: git ls-files | misspellings -f - Signed-off-by: Andy Hill <hillad@gmail.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'xenserver')
-rw-r--r--xenserver/opt_xensource_libexec_InterfaceReconfigure.py2
-rwxr-xr-xxenserver/opt_xensource_libexec_interface-reconfigure2
2 files changed, 2 insertions, 2 deletions
diff --git a/xenserver/opt_xensource_libexec_InterfaceReconfigure.py b/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
index 22af3c224..f37e03863 100644
--- a/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
+++ b/xenserver/opt_xensource_libexec_InterfaceReconfigure.py
@@ -923,7 +923,7 @@ class Datapath(object):
Should assume any configuration files changed attached in
the preconfigure stage are applied and bring up the
- necesary devices to provide the datapath for the
+ necessary devices to provide the datapath for the
PIF.
Should not bring up the IPdev.
diff --git a/xenserver/opt_xensource_libexec_interface-reconfigure b/xenserver/opt_xensource_libexec_interface-reconfigure
index 72bd5e4a9..3b5c8617a 100755
--- a/xenserver/opt_xensource_libexec_interface-reconfigure
+++ b/xenserver/opt_xensource_libexec_interface-reconfigure
@@ -242,7 +242,7 @@ def ipdev_configure_static_routes(interface, oc, f):
172.18.0.0/16 via 192.168.0.4 dev xenbr1
"""
if oc.has_key('static-routes'):
- # The key is present - extract comma seperates entries
+ # The key is present - extract comma separates entries
lines = oc['static-routes'].split(',')
else:
# The key is not present, i.e. there are no static routes