From 7a0ea798cfcd71b46a9015cfcc367706d2c2cb56 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Wed, 9 Jul 2014 11:18:09 +0530 Subject: [PATCH] doc: fix a few typos in radosgw docs Signed-off-by: Abhishek Lekshmanan --- doc/radosgw/adminops.rst | 4 ++-- doc/radosgw/config-ref.rst | 2 +- doc/radosgw/federated-config.rst | 2 +- doc/radosgw/s3.rst | 2 +- doc/radosgw/swift.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/radosgw/adminops.rst b/doc/radosgw/adminops.rst index fdb4d5e0650..4c6cdbf8d58 100644 --- a/doc/radosgw/adminops.rst +++ b/doc/radosgw/adminops.rst @@ -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`` diff --git a/doc/radosgw/config-ref.rst b/doc/radosgw/config-ref.rst index cd8ff39e6d3..0130179b7e8 100644 --- a/doc/radosgw/config-ref.rst +++ b/doc/radosgw/config-ref.rst @@ -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. diff --git a/doc/radosgw/federated-config.rst b/doc/radosgw/federated-config.rst index a9da8a204e0..ab7b7ee4b2b 100644 --- a/doc/radosgw/federated-config.rst +++ b/doc/radosgw/federated-config.rst @@ -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 diff --git a/doc/radosgw/s3.rst b/doc/radosgw/s3.rst index 73544b25ed2..e925872d6c2 100644 --- a/doc/radosgw/s3.rst +++ b/doc/radosgw/s3.rst @@ -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 --- diff --git a/doc/radosgw/swift.rst b/doc/radosgw/swift.rst index 8a94be57c3b..ccc27a1fcaf 100644 --- a/doc/radosgw/swift.rst +++ b/doc/radosgw/swift.rst @@ -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 ---