DOC Remove duplicated words

Remove a few accidental word duplications from the docs.

Change-Id: Ie5d499a266c46ed9002355556b90f3dc117b5bee
This commit is contained in:
Mike Carden 2017-01-06 09:40:23 +11:00
parent a68f804d68
commit b2a73a07bb
3 changed files with 3 additions and 3 deletions

View File

@ -128,7 +128,7 @@ convention exceptions:
still considered a preference and should be a goal to improve still considered a preference and should be a goal to improve
readability, within reason. readability, within reason.
* E040: Syntax error determined using `bash -n`. As many scripts are deployed * 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 test is reasonably safely ignored as the syntax error will be
identified when executing the resulting script. identified when executing the resulting script.

View File

@ -41,7 +41,7 @@ Using an image, create a new instance via the Dashboard options.
#. Add customisation scripts, if needed, by clicking the #. Add customisation scripts, if needed, by clicking the
**Post-Creation** tab. These run after the instance has been **Post-Creation** tab. These run after the instance has been
created. Some instances support user data, such as root passwords, 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. here if required.
#. Click **Advanced Options**. Specify whether the instance uses a #. Click **Advanced Options**. Specify whether the instance uses a

View File

@ -86,5 +86,5 @@ current version of MariaDB and Galera and upgrade to the 10.*x* series.
memcached-flush.yml 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. netcat.