diff --git a/doc/source/dev/faq.rst b/doc/source/dev/faq.rst index 540e4e76c..92f66de54 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 9e39819aa..f286416c6 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 30f0c2b7c..bf17d4508 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.