Remove redundant 'the'

Change-Id: Ic6cb69ad9bad134827efd90155e5982793807ece
This commit is contained in:
Anh Tran 2016-10-21 14:44:20 +07:00
parent 83ad95084a
commit 4468577808
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
https://blueprints.launchpad.net/glance/+spec/http-store-on-requests
Currently, the ``glance_store`` uses ``httplib`` to talk to the backing HTTP
Store. In the case where the the store is served over plain-text (``http://``)
Store. In the case where the store is served over plain-text (``http://``)
this isn't an issue. In the event that the store is served over TLS
(``https://``) then the connection was not verified by ``httplib``. In
order to provide verification of the connection on all versions of Python,
@ -21,7 +21,7 @@ Problem description
===================
Currently, the ``glance_store`` uses ``httplib`` to talk to the backing HTTP
Store. In the case where the the store is served over plain-text (``http://``)
Store. In the case where the store is served over plain-text (``http://``)
this isn't an issue. In the event that the store is served over TLS
(``https://``) then the connection was not verified by ``httplib`` [#]_.
If an operator is serving their store over HTTPS, they may be expecting Glance