From 685b705d281194c40f18469e8be6a9343bd1deb3 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 20 Jun 2016 05:39:42 -0700 Subject: [PATCH] Docs: Fix some typos in the documentation Some trivial changes: 'the the' => 'the' 'to to' => 'to' 'managable' => 'manageable' TrivialFix Change-Id: I7cc9e63d903373444ff4b8e584a9ea298bf8fc26 --- doc/source/dev/faq.rst | 2 +- doc/source/drivers/ucs.rst | 2 +- doc/source/webapi/v1.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/faq.rst b/doc/source/dev/faq.rst index 540e4e76c5..92f66de54b 100644 --- a/doc/source/dev/faq.rst +++ b/doc/source/dev/faq.rst @@ -91,7 +91,7 @@ the preferred process is: #. after some period of time has elapsed (and depending on the thread activity), someone should propose a solution via gerrit. (E.g. the person that started the thread if no one else steps up.) - The proposal should be made in the the git repository that is associated + The proposal should be made in the git repository that is associated with the issue. (For instance, this decision process was proposed as a documentation patch to the ironic repository.) #. In the email thread, don't forget to provide a link to the proposed patch! diff --git a/doc/source/drivers/ucs.rst b/doc/source/drivers/ucs.rst index 9e39819aa8..f286416c66 100644 --- a/doc/source/drivers/ucs.rst +++ b/doc/source/drivers/ucs.rst @@ -26,7 +26,7 @@ Prerequisites ============= * ``UcsSdk`` is a python package version of XML API sdk available to - to manage Cisco UCS Managed B/C-series servers. + manage Cisco UCS Managed B/C-series servers. Install ``UcsSdk`` [1]_ module on the Ironic conductor node. Required version is 0.8.2.2:: diff --git a/doc/source/webapi/v1.rst b/doc/source/webapi/v1.rst index 30f0c2b7c6..bf17d45080 100644 --- a/doc/source/webapi/v1.rst +++ b/doc/source/webapi/v1.rst @@ -110,7 +110,7 @@ API Versions History Add ``manageable`` state and ``manage`` transition, which can be used to move a node to ``manageable`` state from ``available``. - The node cannot be deployed in ``managable`` state. + The node cannot be deployed in ``manageable`` state. This change is mostly a preparation for future inspection work and introduction of ``enroll`` provision state.