From e0bae95240fe6140d149d59cb1d8fd9b1cccc3f4 Mon Sep 17 00:00:00 2001 From: Kun Huang Date: Tue, 31 Dec 2013 01:54:13 -0500 Subject: [PATCH] Fix typos in erasure code documents Signed-off-by: Kun Huang --- doc/dev/osd_internals/erasure_coding/developer_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/osd_internals/erasure_coding/developer_notes.rst b/doc/dev/osd_internals/erasure_coding/developer_notes.rst index 454f087fe53f0..a7499a2ed8fa3 100644 --- a/doc/dev/osd_internals/erasure_coding/developer_notes.rst +++ b/doc/dev/osd_internals/erasure_coding/developer_notes.rst @@ -35,7 +35,7 @@ objects that have the same name ( *NYAN* ) but reside on different OSDs. The order in which the chunks were created must be preserved and is stored as an attribute of the object ( shard_t ), in addition to its name. Chunk *1* contains *ABC* and is stored on *OSD5* while chunk *4* -contains *XYY* and is stored on *OSD3*. +contains *YXY* and is stored on *OSD3*. :: -- 2.39.5