From 0c095374bd2654880e31762aea9107bd3d757bfd Mon Sep 17 00:00:00 2001 From: krunerge Date: Mon, 13 Sep 2021 19:12:36 +0800 Subject: [PATCH] doc/dev/crimson/poseidonstore: fix typo Signed-off-by: krunerge --- doc/dev/crimson/poseidonstore.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5