From 5ed43bf82ac9eeb30ca543bcf695f9d45ddf77f5 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 7 Feb 2014 11:01:43 +0800 Subject: [PATCH] Fix misspellings in devstack Fix misspellings detected by: * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Change-Id: I19726438d15cd27b813504aac530e7e53c4def12 Closes-Bug: #1257295 --- tools/xen/xenrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/xenrc b/tools/xen/xenrc index cd282341cb..b355a10d4f 100644 --- a/tools/xen/xenrc +++ b/tools/xen/xenrc @@ -35,7 +35,7 @@ XEN_INT_BRIDGE_OR_NET_NAME="OpenStack VM Integration Network" GUEST_PASSWORD=${GUEST_PASSWORD:-secrete} # Extracted variables for OpenStack VM network device numbers. -# Make sure, they form a continous sequence starting from 0 +# Make sure they form a continuous sequence starting from 0 MGT_DEV_NR=0 VM_DEV_NR=1 PUB_DEV_NR=2