]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix a few typos in radosgw docs
authorAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 05:48:09 +0000 (11:18 +0530)
committerAbhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Wed, 9 Jul 2014 05:48:09 +0000 (11:18 +0530)
Signed-off-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
doc/radosgw/adminops.rst
doc/radosgw/config-ref.rst
doc/radosgw/federated-config.rst
doc/radosgw/s3.rst
doc/radosgw/swift.rst

index fdb4d5e065095835b25409a2cbe52d4811a49b08..4c6cdbf8d58ab1bfe9966b5b508e06e3cb8ffaff 100644 (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``
 
index cd8ff39e6d39397930419614b57da528c697f41c..0130179b7e8cbcf3ed30ebccb649cf6ba2de2b8b 100644 (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.
index a9da8a204e08bc0eb7ff19a8a372707c2f350aae..ab7b7ee4b2b9a78ff91f5df1bc3467c1342767a2 100644 (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
index 73544b25ed2236bb5c214b06c412e0f9eb9914c8..e925872d6c22b5b86bf9d9bd16583f6daca93ce9 100644 (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
 ---
index 8a94be57c3b08100d0947fb25029f99f0fc3923c..ccc27a1fcaf61b68e1bcd09299345d6490fa4768 100644 (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
 ---