[Trivial]Fix some typos in docs

Delete the duplicate words.

Change-Id: Ia6e0ebf19fbac7a035baf7b93c62cffa3e1e6ccd
This commit is contained in:
melissaml 2020-08-12 11:22:21 +08:00
parent 84af06b199
commit 45644c64a2
3 changed files with 4 additions and 4 deletions

View File

@ -188,7 +188,7 @@ the same purpose.
Virtual Media Ramdisk
~~~~~~~~~~~~~~~~~~~~~
The ``ramdisk`` deploy interface can be used in concert with the the
The ``ramdisk`` deploy interface can be used in concert with the
``redfish-virtual-media`` boot interface to facilitate the boot of a remote
node utilizing pre-supplied virtual media.

View File

@ -3,7 +3,7 @@ features:
- Adds option ``[ansible]default_python_interpreter`` to choose
the python interpreter that ansible uses on managed machines.
By default, ansible uses ``/usr/bin/python`` as interpreter, making the
assumption that that path is always present on remote managed systems.
assumption that path is always present on remote managed systems.
This might not be always the case, for example in custom build
images or Python 3 native distributions.
With this option the operator has the ability to set the absolute

View File

@ -3,4 +3,4 @@ fixes:
- |
Fixes a minor issue with ``get_boot_option`` logic that did not account
for Software RAID. This can erroniously cause the deployment to take the
the incorrect deployment path and attempt to install a boot loader.
incorrect deployment path and attempt to install a boot loader.