Browse code

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

Shane Wang authored on 2014/02/07 12:01:43
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ XEN_INT_BRIDGE_OR_NET_NAME="OpenStack VM Integration Network"
35 35
 GUEST_PASSWORD=${GUEST_PASSWORD:-secrete}
36 36
 
37 37
 # Extracted variables for OpenStack VM network device numbers.
38
-# Make sure, they form a continous sequence starting from 0
38
+# Make sure they form a continuous sequence starting from 0
39 39
 MGT_DEV_NR=0
40 40
 VM_DEV_NR=1
41 41
 PUB_DEV_NR=2