]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/crimson/poseidonstore: fix typo 43147/head
authorkrunerge <krunerge@tencent.com>
Mon, 13 Sep 2021 11:12:36 +0000 (19:12 +0800)
committerkrunerge <krunerge@tencent.com>
Mon, 13 Sep 2021 11:12:36 +0000 (19:12 +0800)
Signed-off-by: krunerge <krunerge@tencent.com>
doc/dev/crimson/poseidonstore.rst

index 3fbefd04b8effab67a579478c48456a57af3419d..e390bd5b77331d01d85049c9f92a5c3512429ebc 100644 (file)
@@ -108,7 +108,7 @@ Two data types in Ceph
 * Data (object data)
 
   - The cost of double write is high
-  - The best mehod to store this data is in-place update
+  - The best method to store this data is in-place update
 
     - At least two operations required to store the data: 1) data and 2) location of
       data. Nevertheless, a constant number of operations would be better than out-of-place