]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: typo fixes
authorDrunkard Zhang <gongfan193@gmail.com>
Fri, 19 May 2017 01:34:48 +0000 (09:34 +0800)
committerDrunkard Zhang <gongfan193@gmail.com>
Fri, 19 May 2017 01:34:48 +0000 (09:34 +0800)
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
doc/rados/configuration/pool-pg-config-ref.rst
doc/radosgw/encryption.rst

index 3c871f1df85cbae581666af4a5b45d4e47a4c1af..dd416edfa3826a4f04458427980dbd1579b5bcc6 100644 (file)
@@ -107,7 +107,7 @@ Ceph configuration file.
 :Description: Seconds of inactivity before we reset the pg delta to 0. We keep
               track of the delta of the used space of each pool, so, for
               example, it would be easier for us to understand the progress of
-              recovery or the performance of cache tier. But if the is no
+              recovery or the performance of cache tier. But if there's no
               activity reported for a certain pool, we just reset the history of
               deltas of that pool.
 :Type: Integer
index 0097b1b00814974e20eb1bda3e8cd955a178cfef..a7bb7e2e931b65130c9cd2f4e00c954d75b2a6d1 100644 (file)
@@ -25,7 +25,7 @@ Key Management Service
 ======================
 
 This mode allows keys to be stored in a secure key management service and
-retrieved on demand by the Ceph Object Gateway to service requests to encrypt
+retrieved on demand by the Ceph Object Gateway to serve requests to encrypt
 or decrypt data.
 
 This is implemented in S3 according to the `Amazon SSE-KMS`_ specification.