From 340b7e9404b5018fdc3a711100d89428aac3df3a Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Thu, 28 Apr 2016 20:34:23 +0900 Subject: [PATCH] [doc] fix 5 typos tweek => tweak adminstrator => administrator mulitple => multiple definied => defined (2-locations) Change-Id: Ibe2c04e1b225515f7a6c83b5a4a8d91e8385140a --- api-guide/source/server_concepts.rst | 2 +- api-ref/source/parameters.yaml | 4 ++-- doc/source/api_plugins.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index 67b248394d19..58bf70aae302 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -353,7 +353,7 @@ be used and interpreted by nova. ] } -- **Special keys are used to tweek the query** +- **Special keys are used to tweak the query** ``changes-since`` returns instances updated after the given time, ``deleted`` return (or exclude) deleted instances and ``soft_deleted`` modify behavior of 'deleted' to either include or exclude instances whose diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index b48482a80d7d..5171ef2ad0c9 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -988,7 +988,7 @@ forced_down: type: boolean description: | Whether or not this service was forced down manually by an - adminstrator. This value is useful to know that some 3rd party has + administrator. This value is useful to know that some 3rd party has verified the service should be marked down. forceDelete: description: | @@ -1463,7 +1463,7 @@ net_id_1: type: string networks: description: | - A ``networks`` object. Required parameter when there are mulitple networks defined + A ``networks`` object. Required parameter when there are multiple networks defined for the tenant. When you do not specify the networks parameter, the server attaches to the only network created for the current tenant. Optionally, you can create one or more NICs on the server. To provision the server instance with a NIC for diff --git a/doc/source/api_plugins.rst b/doc/source/api_plugins.rst index 33ff899f6c28..685849e3eedb 100644 --- a/doc/source/api_plugins.rst +++ b/doc/source/api_plugins.rst @@ -63,7 +63,7 @@ A very basic skeleton of a v2.1 plugin can be seen `here in the unittests PUT # create -> POST # show -> GET - # If a method is not definied a request to it will be a 404 response + # If a method is not defined a request to it will be a 404 response # It is also possible to define support for further responses # See `servers.py `_. @@ -77,7 +77,7 @@ A very basic skeleton of a v2.1 plugin can be seen `here in the unittests