From: Drunkard Zhang Date: Fri, 19 May 2017 01:34:48 +0000 (+0800) Subject: doc: typo fixes X-Git-Tag: v12.1.0~10^2~54^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e3ae6d9d32c66913c3951eb859acea871eb41da;p=ceph.git doc: typo fixes Signed-off-by: Drunkard Zhang --- diff --git a/doc/rados/configuration/pool-pg-config-ref.rst b/doc/rados/configuration/pool-pg-config-ref.rst index 3c871f1df85c..dd416edfa382 100644 --- a/doc/rados/configuration/pool-pg-config-ref.rst +++ b/doc/rados/configuration/pool-pg-config-ref.rst @@ -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 diff --git a/doc/radosgw/encryption.rst b/doc/radosgw/encryption.rst index 0097b1b00814..a7bb7e2e931b 100644 --- a/doc/radosgw/encryption.rst +++ b/doc/radosgw/encryption.rst @@ -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.