From 03a4d0aba1e215928a222d0cc39ec73920190f75 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Fri, 2 May 2014 15:22:44 +0200 Subject: [PATCH] fixed typos found by RETF rules in RST files rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I725d3892d915bf880e62b8b11b97dcfc0a804a41 --- doc/source/configuring.rst | 2 +- doc/source/controllingservers.rst | 2 +- doc/source/glanceapi.rst | 4 ++-- doc/source/man/general_options.rst | 2 +- doc/source/man/glancescrubber.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/configuring.rst b/doc/source/configuring.rst index 9a7f363768..3c6ab601f2 100644 --- a/doc/source/configuring.rst +++ b/doc/source/configuring.rst @@ -628,7 +628,7 @@ Optional. Default: True. If set to False, disables SSL layer compression of https swift 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 proxy). diff --git a/doc/source/controllingservers.rst b/doc/source/controllingservers.rst index ab9fcfb305..287c7ef902 100644 --- a/doc/source/controllingservers.rst +++ b/doc/source/controllingservers.rst @@ -45,7 +45,7 @@ use when configuring the server application. configuration files that you can copy to a standard configuation directory and 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 following directories, stopping at the first config file it finds: diff --git a/doc/source/glanceapi.rst b/doc/source/glanceapi.rst index c63bcfd23c..8657b69be5 100644 --- a/doc/source/glanceapi.rst +++ b/doc/source/glanceapi.rst @@ -165,7 +165,7 @@ These two resources also accept additional query parameters: * ``marker=ID`` 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. * ``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. If the identifier already exists in that Glance node, then a **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). When this header is *not* present, Glance will generate an identifier diff --git a/doc/source/man/general_options.rst b/doc/source/man/general_options.rst index 5fad0b25b5..c61d02793c 100644 --- a/doc/source/man/general_options.rst +++ b/doc/source/man/general_options.rst @@ -28,7 +28,7 @@ **--config-dir DIR** 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 the file(s) specified via previous --config-file, arguments hence over-ridden options in the directory take precedence. This means diff --git a/doc/source/man/glancescrubber.rst b/doc/source/man/glancescrubber.rst index bf4522a863..02967325bd 100644 --- a/doc/source/man/glancescrubber.rst +++ b/doc/source/man/glancescrubber.rst @@ -21,7 +21,7 @@ glance-scrubber [options] 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 options chosen.