From: Jos Collin Date: Thu, 4 Jul 2019 08:54:25 +0000 (+0530) Subject: doc: fix typo X-Git-Tag: v15.1.0~2265^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f48760a280bc035cd0b3c5729a9af2c9d06ce051;p=ceph.git doc: fix typo Signed-off-by: Jos Collin --- diff --git a/doc/dev/osd_internals/partial_object_recovery.rst b/doc/dev/osd_internals/partial_object_recovery.rst index da487d6018a3..db29131d296b 100644 --- a/doc/dev/osd_internals/partial_object_recovery.rst +++ b/doc/dev/osd_internals/partial_object_recovery.rst @@ -17,7 +17,7 @@ Partial Object Recovery is designed to solve the problem mentioned above. In order to achieve the goals, two things should be done: 1. logging where the object is modified is necessary -2. logging whether the object_map of an object is modified is also neccessary +2. logging whether the object_map of an object is modified is also necessary class ObjectCleanRegion is introduced to do what we want. clean_offsets is a variable of interval_set diff --git a/doc/radosgw/qat-accel.rst b/doc/radosgw/qat-accel.rst index 8f2ac41f1a95..40d534f4b598 100644 --- a/doc/radosgw/qat-accel.rst +++ b/doc/radosgw/qat-accel.rst @@ -77,7 +77,7 @@ Edit the Ceph configuration file to make use of QAT based crypto plugin:: 2. QAT Support for Compression -One CMake option have to be used to triger QAT based compression:: +One CMake option have to be used to trigger QAT based compression:: -DWITH_QATZIP=ON