Fix minor misspellings affecting Config Reference Guide

This commits fixes a few misspellings in Glance
that are affecting the Config Reference Guide.
This commit has been requested after these suggestions:
https://review.openstack.org/#/c/321643/
https://review.openstack.org/#/c/322313/

Change-Id: I2e2c38e89ec79d7860f94cba1accaf1b0d3c60b2
This commit is contained in:
Edgar Magana 2016-05-27 13:05:02 -07:00
parent 506d010da9
commit 0a6124ffee
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ _HTTP_OPTS = [
'be used to connect to the remote server. The proxy '
'information should be a key value pair of the '
'scheme and proxy. e.g. http:10.0.0.1:3128. You can '
'specify proxies for multiple schemes by seperating '
'specify proxies for multiple schemes by separating '
'the key value pairs with a comma.'
'e.g. http:10.0.0.1:3128, https:10.0.0.1:1080.'))]

View File

@ -101,8 +101,8 @@ _VMWARE_OPTS = [
'A list of datastores where the image can be stored. This option '
'may be specified multiple times for specifying multiple '
'datastores. The datastore name should be specified after its '
'datacenter path, seperated by ":". An optional weight may be '
'given after the datastore name, seperated again by ":". Thus, '
'datacenter path, separated by ":". An optional weight may be '
'given after the datastore name, separated again by ":". Thus, '
'the required format becomes '
'<datacenter_path>:<datastore_name>:<optional_weight>. When '
'adding an image, the datastore with highest weight will be '