summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Carden <mike.carden@gmail.com>2017-01-11 14:24:13 +1100
committerMike Carden <mike.carden@gmail.com>2017-01-11 14:24:13 +1100
commit1ea6f5e3a7e2e0a669d270fb820662a06283e1af (patch)
tree2edf54cf2e95ec2ebeb32da1e82997ffea22bc64
parentd7bedee6808054ae208dd579fd8620abdcc19f13 (diff)
downloaddesignate-1ea6f5e3a7e2e0a669d270fb820662a06283e1af.tar.gz
DOC Remove a couple of repeated words
Remove words accidentally duplicated during editing. Change-Id: Ic7e0dc245df4c5358dcebe72532f99604d8f27f7
-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>