From: krunerge Date: Mon, 13 Sep 2021 11:12:36 +0000 (+0800) Subject: doc/dev/crimson/poseidonstore: fix typo X-Git-Tag: v17.1.0~894^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c095374bd2654880e31762aea9107bd3d757bfd;p=ceph.git doc/dev/crimson/poseidonstore: fix typo Signed-off-by: krunerge --- diff --git a/doc/dev/crimson/poseidonstore.rst b/doc/dev/crimson/poseidonstore.rst index 3fbefd04b8eff..e390bd5b77331 100644 --- a/doc/dev/crimson/poseidonstore.rst +++ b/doc/dev/crimson/poseidonstore.rst @@ -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