diff --git a/doc/source/developer-docs/scripts.rst b/doc/source/developer-docs/scripts.rst index f4f3d726bf..b624b5a3f6 100644 --- a/doc/source/developer-docs/scripts.rst +++ b/doc/source/developer-docs/scripts.rst @@ -128,7 +128,7 @@ convention exceptions: still considered a preference and should be a goal to improve readability, within reason. * E040: Syntax error determined using `bash -n`. As many scripts are deployed - as templates and use use jinja templating, this will often fail. This + as templates and use jinja templating, this will often fail. This test is reasonably safely ignored as the syntax error will be identified when executing the resulting script. diff --git a/doc/source/draft-operations-guide/openstack-operations/managing-instances.rst b/doc/source/draft-operations-guide/openstack-operations/managing-instances.rst index ffb26a1d7f..47476d45f5 100644 --- a/doc/source/draft-operations-guide/openstack-operations/managing-instances.rst +++ b/doc/source/draft-operations-guide/openstack-operations/managing-instances.rst @@ -41,7 +41,7 @@ Using an image, create a new instance via the Dashboard options. #. Add customisation scripts, if needed, by clicking the **Post-Creation** tab. These run after the instance has been created. Some instances support user data, such as root passwords, - or admin users. Enter the information specific to to the instance + or admin users. Enter the information specific to the instance here if required. #. Click **Advanced Options**. Specify whether the instance uses a diff --git a/doc/source/upgrade-guide/reference-upgrade-playbooks.rst b/doc/source/upgrade-guide/reference-upgrade-playbooks.rst index 6ce4b20cfb..0ed901e583 100644 --- a/doc/source/upgrade-guide/reference-upgrade-playbooks.rst +++ b/doc/source/upgrade-guide/reference-upgrade-playbooks.rst @@ -86,5 +86,5 @@ current version of MariaDB and Galera and upgrade to the 10.*x* series. memcached-flush.yml ~~~~~~~~~~~~~~~~~~~ -This playbook sends the ``flush_all`` command to to Memcached with the help of +This playbook sends the ``flush_all`` command to Memcached with the help of netcat.