]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev: fix a typo in deduplication.rst 49005/head
authorKyujin Cho <bori19960@snu.ac.kr>
Tue, 22 Nov 2022 10:49:06 +0000 (10:49 +0000)
committerKyujin Cho <bori19960@snu.ac.kr>
Wed, 23 Nov 2022 07:24:13 +0000 (07:24 +0000)
Signed-off-by: Kyujin Cho <bori19960@snu.ac.kr>
doc/dev/deduplication.rst

index f8bfe74538529670666390e0ac6508f036c4e977..a3f35e3c2fe65ea67d46a28cc34b96dd1a463f5c 100644 (file)
@@ -199,7 +199,7 @@ The above is an example output when executing ``estimate``. ``target_chunk_size`
 examined bytes. For instance, 1 - ``dedup_bytes_ratio`` means the percentage of saved storage space.
 ``dedup_object_ratio`` is the generated chunk objects / ``examined_objects``. ``chunk_size_average`` 
 means that the divided chunk size on average when performing CDC---this may differnet from ``target_chunk_size``
-because CDC genarates differnt chunk-boundary depending on the content. ``chunk_size_stddev``
+because CDC genarates different chunk-boundary depending on the content. ``chunk_size_stddev``
 represents the standard deviation of the chunk size.