From 3269fea2a209928137e55db16328c581988c048a Mon Sep 17 00:00:00 2001 From: "SAINITHIN.ARTHAM" Date: Wed, 29 Mar 2023 23:46:32 +0530 Subject: [PATCH] doc/rados/operations: Fix typo in erasure-code.rst Signed-off-by: Sainithin Artham --- doc/rados/operations/erasure-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/erasure-code.rst b/doc/rados/operations/erasure-code.rst index d6321af3cacab..8befed9e8b3d7 100644 --- a/doc/rados/operations/erasure-code.rst +++ b/doc/rados/operations/erasure-code.rst @@ -16,7 +16,7 @@ used to rebuild the data. At scale, erasure coding saves space relative to replication. In this documentation, data blocks are referred to as "data chunks" -and parity blocks are referred to as "encoding chunks". +and parity blocks are referred to as "coding chunks". Erasure codes are also called "forward error correction codes". The first forward error correction code was developed in 1950 by Richard -- 2.39.5