summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-30 18:10:23 +0000
committerGerrit Code Review <review@openstack.org>2017-01-30 18:10:23 +0000
commit8cbd3ec8430d6aa982e7deb989e3dff4f5959dcb (patch)
treec46c2f5b3bc13383795e78978b8d6568a0ee1f3d
parent7c5da22a5e6ef74afd426643bc6a4f4ecca0b967 (diff)
parent1ea6f5e3a7e2e0a669d270fb820662a06283e1af (diff)
downloaddesignate-8cbd3ec8430d6aa982e7deb989e3dff4f5959dcb.tar.gz
Merge "DOC Remove a couple of repeated words"
-rw-r--r--doc/source/backends/infoblox.rst2
-rw-r--r--doc/source/developer-guidelines.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/backends/infoblox.rst b/doc/source/backends/infoblox.rst
index 2989c8c7..39fac951 100644
--- a/doc/source/backends/infoblox.rst
+++ b/doc/source/backends/infoblox.rst
@@ -75,7 +75,7 @@ DNS view will be chosen as follows:
* A search will be made for a network view with the EA "TenantID", with the
value of the OpenStack tenant_id.
-* If found, then then DNS view used will be <dns_view>.<network_view>, where
+* If found, then DNS view used will be <dns_view>.<network_view>, where
<dns_view> is the value specified in designate.conf, and <network_view> is
the name of the view found in the search.
* If no such network view is found, then a network view will be created with the
diff --git a/doc/source/developer-guidelines.rst b/doc/source/developer-guidelines.rst
index 8f7ef894..1a701fe9 100644
--- a/doc/source/developer-guidelines.rst
+++ b/doc/source/developer-guidelines.rst
@@ -81,7 +81,7 @@ Start new files with the following. Replace where needed:
other components and caveats>
<Optional links>
- `Specs: Refer to to a spec document if relevant`_
+ `Specs: Refer to a spec document if relevant`_
`User documentation <FILL_THIS.html>`_ <Refer to files under doc/>
<This is useful to remind developers to keep the docs up to date>