fixed typos found by RETF rules in RST files

rules are avaialble at
https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos

Change-Id: I725d3892d915bf880e62b8b11b97dcfc0a804a41
This commit is contained in:
Christian Berendt 2014-05-02 15:22:44 +02:00
parent e4c7c57813
commit 03a4d0aba1
5 changed files with 6 additions and 6 deletions

View File

@ -628,7 +628,7 @@ Optional. Default: True.
If set to False, disables SSL layer compression of https swift If set to False, disables SSL layer compression of https swift
requests. Setting to 'False' may improve performance for images which requests. Setting to 'False' may improve performance for images which
are already in a compressed format, eg qcow2. If set to True then are already in a compressed format, e.g. qcow2. If set to True then
compression will be enabled (provided it is supported by the swift compression will be enabled (provided it is supported by the swift
proxy). proxy).

View File

@ -45,7 +45,7 @@ use when configuring the server application.
configuration files that you can copy to a standard configuation directory and configuration files that you can copy to a standard configuation directory and
adapt for your own uses. Specifically, bind_host must be set properly. adapt for your own uses. Specifically, bind_host must be set properly.
If you do `not` specifiy a configuration file on the command line, Glance will If you do `not` specify a configuration file on the command line, Glance will
do its best to locate a configuration file in one of the do its best to locate a configuration file in one of the
following directories, stopping at the first config file it finds: following directories, stopping at the first config file it finds:

View File

@ -165,7 +165,7 @@ These two resources also accept additional query parameters:
* ``marker=ID`` * ``marker=ID``
An image identifier marker may be specified. When present only images which An image identifier marker may be specified. When present only images which
occur after the identifier ``ID`` will be listed, ie the images which have occur after the identifier ``ID`` will be listed, i.e. the images which have
a `sort_key` later than that of the marker ``ID`` in the `sort_dir` direction. a `sort_key` later than that of the marker ``ID`` in the `sort_dir` direction.
* ``limit=LIMIT`` * ``limit=LIMIT``
@ -396,7 +396,7 @@ The list of metadata headers that Glance accepts are listed below.
When present, Glance will use the supplied identifier for the image. When present, Glance will use the supplied identifier for the image.
If the identifier already exists in that Glance node, then a If the identifier already exists in that Glance node, then a
**409 Conflict** will be returned by Glance. The value of the header **409 Conflict** will be returned by Glance. The value of the header
must be a uuid in hexadecimal string notation must be an uuid in hexadecimal string notation
(i.e. 71c675ab-d94f-49cd-a114-e12490b328d9). (i.e. 71c675ab-d94f-49cd-a114-e12490b328d9).
When this header is *not* present, Glance will generate an identifier When this header is *not* present, Glance will generate an identifier

View File

@ -28,7 +28,7 @@
**--config-dir DIR** **--config-dir DIR**
Path to a config directory to pull \*.conf files from. This Path to a config directory to pull \*.conf files from. This
file set is sorted, so as to provide a predictable parse order file set is sorted, to provide a predictable parse order
if individual options are over-ridden. The set is parsed after if individual options are over-ridden. The set is parsed after
the file(s) specified via previous --config-file, arguments hence the file(s) specified via previous --config-file, arguments hence
over-ridden options in the directory take precedence. This means over-ridden options in the directory take precedence. This means

View File

@ -21,7 +21,7 @@ glance-scrubber [options]
DESCRIPTION DESCRIPTION
=========== ===========
glance-scrubber is an utility that cleans up images that have been deleted. The glance-scrubber is a utility that cleans up images that have been deleted. The
mechanics of this differ depending on the backend store and pending_deletion mechanics of this differ depending on the backend store and pending_deletion
options chosen. options chosen.