From 6ef4231093a34d6c52aad0696c27d7dc8e1c8f1f Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Tue, 12 Sep 2017 17:32:07 +0800 Subject: [PATCH] Correct typos on docs Change-Id: I1ad352c7eec94b0c4a781f9d2dec8f4e18821ce6 --- api-ref/source/v1/server_remote_consoles.inc | 2 +- api-ref/source/v1/servers.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/v1/server_remote_consoles.inc b/api-ref/source/v1/server_remote_consoles.inc index 5d505699..a4002ad9 100644 --- a/api-ref/source/v1/server_remote_consoles.inc +++ b/api-ref/source/v1/server_remote_consoles.inc @@ -16,7 +16,7 @@ get a URL to connect the console from this API. The URL includes the token which is used to get permission to access the console. Servers may support different console protocols. To return a remote console using a specific protocol, such as serial, set the ``protocol`` parameter to ``serial``. For the -same protocol, there may be different connection types such as ``serial protocal +same protocol, there may be different connection types such as ``serial protocol and socat type`` or ``serial protocol and shellinabox type``. Normal response code: 200 diff --git a/api-ref/source/v1/servers.inc b/api-ref/source/v1/servers.inc index de1bebd5..c69acff7 100644 --- a/api-ref/source/v1/servers.inc +++ b/api-ref/source/v1/servers.inc @@ -120,7 +120,7 @@ These are the parameters beyond single create that are supported. Response -------- -The first server will be returned. The returned paramaters is same to creating +The first server will be returned. The returned parameters is same to creating a single server's. **Example Create Multiple Server: JSON response** @@ -301,7 +301,7 @@ Update Server .. rest_method:: PATCH /servers/{server_uuid} -Updates the infromation stored about a server. +Updates the information stored about a server. Normal response codes: 200