From be9d1415b3380c9effd47ab7af4900c1122f11fb Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Sun, 30 Aug 2015 22:34:46 +0530 Subject: [PATCH] Fixed the typo's in multiple files Error 404 : doesn't exit exit => exist and Operation systems => Operating systems Change-Id: Ie39fa61222203430bbf7fa63cbc148acbb3bc647 Closes-Bug: #1490234 --- doc/source/install/prepare.rst | 2 +- doc/source/install/ssl.rst | 2 +- doc/source/specification/murano-env-temp.rst | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/source/install/prepare.rst b/doc/source/install/prepare.rst index 03ecc1ab..ffc35a02 100644 --- a/doc/source/install/prepare.rst +++ b/doc/source/install/prepare.rst @@ -23,7 +23,7 @@ compare the results with baseline data provided. System prerequisites ===================== -**Supported Operation Systems** +**Supported Operating Systems** * Ubuntu Server 12.04 LTS * RHEL/CentOS 6.4 diff --git a/doc/source/install/ssl.rst b/doc/source/install/ssl.rst index 43cd779f..6578e58b 100644 --- a/doc/source/install/ssl.rst +++ b/doc/source/install/ssl.rst @@ -16,7 +16,7 @@ ================= SSL configuration ================= -Murano components are able to work with SSL. This chapter will help your +Murano components are able to work with SSL. This chapter will help you to make proper settings with SSL configuration. HTTPS for Murano API diff --git a/doc/source/specification/murano-env-temp.rst b/doc/source/specification/murano-env-temp.rst index d359dea5..8d455d09 100644 --- a/doc/source/specification/murano-env-temp.rst +++ b/doc/source/specification/murano-env-temp.rst @@ -189,7 +189,7 @@ environment template. +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+ -| 404 | The environment template does not exit | +| 404 | The environment template does not exist | +----------------+-----------------------------------------------------------+ Delete environment template @@ -217,7 +217,7 @@ Delete environment template +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+ -| 404 | The environment template does not exit | +| 404 | The environment template does not exist | +----------------+-----------------------------------------------------------+ Adding application to environment template @@ -298,7 +298,7 @@ Adding application to environment template +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+ -| 404 | The environment template does not exit | +| 404 | The environment template does not exist | +----------------+-----------------------------------------------------------+ Get applications information from an environment template @@ -366,7 +366,7 @@ Get applications information from an environment template +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+ -| 404 | The environment template does not exit | +| 404 | The environment template does not exist | +----------------+-----------------------------------------------------------+ Create an environment from an environment template @@ -422,7 +422,7 @@ Create an environment from an environment template +----------------+-----------------------------------------------------------+ | 401 | User is not authorized to access this session | +----------------+-----------------------------------------------------------+ -| 404 | The environment template does not exit | +| 404 | The environment template does not exist | +----------------+-----------------------------------------------------------+ | 409 | The environment already exists | -+----------------+-----------------------------------------------------------+ \ No newline at end of file ++----------------+-----------------------------------------------------------+