doc: fix a few typos in radosgw docs

Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
This commit is contained in:
Abhishek Lekshmanan 2014-07-09 11:18:09 +05:30
parent d0892831f9
commit 7a0ea798cf
5 changed files with 6 additions and 6 deletions

View File

@ -821,7 +821,7 @@ If successful, the response contains the subuser information.
``permissions``
:Description: Subuser access to user acount.
:Description: Subuser access to user account.
:Type: String
:Parent: ``subusers``
@ -931,7 +931,7 @@ If successful, the response contains the subuser information.
``permissions``
:Description: Subuser access to user acount.
:Description: Subuser access to user account.
:Type: String
:Parent: ``subusers``

View File

@ -647,7 +647,7 @@ the default pool names. For example:
Ceph Object Gateways store data for the bucket index (``index_pool``) and bucket
data (``data_pool``) in placement pools. These may overlap--i.e., you may use
the same pool for the the index and the data. The index pool for default
the same pool for the index and the data. The index pool for default
placement is ``.rgw.buckets.index`` and for the data pool for default placement
is ``.rgw.buckets``. See `Zones`_ for details on specifying pools in a zone
configuration.

View File

@ -146,7 +146,7 @@ to create a pool::
.. topic:: CRUSH Maps
When deploying a Ceph Storage Cluster for the entire region, consider
using a CRUSH rule for the the zone such that you do NOT have overlapping
using a CRUSH rule for the zone such that you do NOT have overlapping
failure domains. See `CRUSH Map`_ for details.
When you have completed this step, execute the following to ensure that

View File

@ -2,7 +2,7 @@
Ceph Object Gateway S3 API
============================
Ceph supports a RESTful API that is compatible with the the basic data access model of the Amazon S3 API.
Ceph supports a RESTful API that is compatible with the basic data access model of the Amazon S3 API.
API
---

View File

@ -2,7 +2,7 @@
Ceph Object Gateway Swift API
===============================
Ceph supports a RESTful API that is compatible with the the basic data access model of the Swift API.
Ceph supports a RESTful API that is compatible with the basic data access model of the Swift API.
API
---