From 484b4314c6e1f61014ebf48bdc4effb689c9bbfb Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Thu, 19 Mar 2015 17:25:57 +0100 Subject: Fix common misspellings Wikipedia's list of common misspellings [1] has a machine-readable version. This patch fixes those misspellings mentioned in the list which don't have multiple right variants (as e.g. "accension", which can be both "accession" and "ascension"), such misspellings are left untouched. The list of changes was manually re-checked for false positives. [1] https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines Change-Id: Ic53e9a848280d50e69306abc98194890ac298ff2 Signed-off-by: Martin Kletzander --- doc/source/deploy/install-guide.rst | 4 ++-- doc/source/deploy/user-guide.rst | 2 +- doc/source/drivers/ilo.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index c02e42828..8ea09aa80 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -888,7 +888,7 @@ The boot modes can be configured in Ironic in the following way: the ``boot_mode`` set appropriately in ``properties/capabilities``. It will filter out rest of the nodes. - The above facility for matching in Nova can be used in heterogenous + The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of ``uefi`` and ``bios`` machines, and operator wants to provide a choice to the user regarding boot modes. If the flavor doesn't contain ``boot_mode`` and ``boot_mode`` is configured for @@ -1097,7 +1097,7 @@ There are however some limitations for different drivers: * If you're using one of the drivers that use agent deploy method (namely, ``agent_ilo``, ``agent_ipmitool``, ``agent_pyghmi``, ``agent_ssh`` or ``agent_vbox``) you have to know MD5 checksum for your instance image. To - compute it, you can use the follwoing command:: + compute it, you can use the following command:: md5sum image.qcow2 ed82def8730f394fb85aef8a208635f6 image.qcow2 diff --git a/doc/source/deploy/user-guide.rst b/doc/source/deploy/user-guide.rst index 1a417d120..59d290a4e 100644 --- a/doc/source/deploy/user-guide.rst +++ b/doc/source/deploy/user-guide.rst @@ -74,7 +74,7 @@ The Ironic service is composed of the following components: exposed via the API service. The Conductor and API services communicate via RPC. -#. various Drivers that support heterogenous hardware +#. various Drivers that support heterogeneous hardware #. a Message Queue diff --git a/doc/source/drivers/ilo.rst b/doc/source/drivers/ilo.rst index 63c3c1a71..b7737a57a 100644 --- a/doc/source/drivers/ilo.rst +++ b/doc/source/drivers/ilo.rst @@ -7,7 +7,7 @@ iLO drivers Overview ======== iLO drivers enable to take advantage of features of iLO management engine in -HP Proliant servers. iLO drivers are targetted for HP Proliant Gen 8 systems +HP Proliant servers. iLO drivers are targeted for HP Proliant Gen 8 systems and above which have iLO 4 management engine. [1]_ For more detailed and up-to-date information (like tested platforms, known @@ -554,7 +554,7 @@ The boot modes can be configured in Ironic in the following way: the ``boot_mode`` set appropriately in ``properties/capabilities``. It will filter out rest of the nodes. - The above facility for matching in Nova can be used in heterogenous + The above facility for matching in Nova can be used in heterogeneous environments where there is a mix of ``uefi`` and ``bios`` machines, and operator wants to provide a choice to the user regarding boot modes. If the flavor doesn't contain ``boot_mode`` then Nova scheduler will not consider -- cgit v1.2.1