From 15c2d13b60ed20823d9ed41f3a786261709ad947 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 29 Apr 2024 21:14:19 +0800 Subject: [PATCH] doc: fix typo in sketch_impl.h Will resolve half of https://github.com/bitcoin/bitcoin/pull/29992 on the next subtree pull. --- src/sketch_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sketch_impl.h b/src/sketch_impl.h index 77039a4..c357f0e 100644 --- a/src/sketch_impl.h +++ b/src/sketch_impl.h @@ -218,7 +218,7 @@ bool RecFindRoots(std::vector>& stack, size_t pos, } if (fully_factorizable) { - // Every succesful iteration of this algorithm splits the input + // Every successful iteration of this algorithm splits the input // polynomial further into buckets, each corresponding to a subset // of 2^(BITS-depth) roots. If after depth splits the degree of // the polynomial is >= 2^(BITS-depth), something is wrong.