From f48760a280bc035cd0b3c5729a9af2c9d06ce051 Mon Sep 17 00:00:00 2001 From: Jos Collin Date: Thu, 4 Jul 2019 14:24:25 +0530 Subject: [PATCH] doc: fix typo Signed-off-by: Jos Collin --- doc/dev/osd_internals/partial_object_recovery.rst | 2 +- doc/radosgw/qat-accel.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3