]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typo 28888/head
authorJos Collin <jcollin@redhat.com>
Thu, 4 Jul 2019 08:54:25 +0000 (14:24 +0530)
committerJos Collin <jcollin@redhat.com>
Fri, 5 Jul 2019 03:24:49 +0000 (08:54 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
doc/dev/osd_internals/partial_object_recovery.rst
doc/radosgw/qat-accel.rst

index da487d6018a32e37fddfaba0be6c5a288e834517..db29131d296bfa041bd7b6419bfa1e5deff53426 100644 (file)
@@ -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<uint64_t>
index 8f2ac41f1a955a0932a99c9e78626b2ae33e69c4..40d534f4b59819bab9d7ff9eba15afdf58ab0b8a 100644 (file)
@@ -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