From e19c7923c38379f676c01d8a36e9b7a2bf65cfa6 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 15 Dec 2021 01:19:27 +0900 Subject: [PATCH] chore: fix typo in shred.rs (#21890) begining -> beginning --- ledger/src/shred.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ledger/src/shred.rs b/ledger/src/shred.rs index 68c9a25a0..e8b6ae242 100644 --- a/ledger/src/shred.rs +++ b/ledger/src/shred.rs @@ -537,7 +537,7 @@ impl Shred { block.resize(size, 0u8); } ShredType::Code => { - // SIZE_OF_CODING_SHRED_HEADERS bytes at the begining of the + // SIZE_OF_CODING_SHRED_HEADERS bytes at the beginning of the // coding shreds contains the header and is not part of erasure // coding. let offset = SIZE_OF_CODING_SHRED_HEADERS.min(block.len());