From ec9f40dce11c7e81bc41d42e3bbfaaf8287165ce Mon Sep 17 00:00:00 2001 From: Andy Hill Date: Tue, 4 Jun 2013 17:35:36 -0500 Subject: 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 Signed-off-by: Ben Pfaff --- xenserver/opt_xensource_libexec_InterfaceReconfigure.py | 2 +- xenserver/opt_xensource_libexec_interface-reconfigure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xenserver') 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 -- cgit v1.2.1