From 31e220a316277c2983e40849a4a310158d6d215e Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Tue, 17 Nov 2020 16:33:31 +0200 Subject: [PATCH] Fix typo --- src/zcbenchmarks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zcbenchmarks.cpp b/src/zcbenchmarks.cpp index 6e8bc1126..7f87b9817 100644 --- a/src/zcbenchmarks.cpp +++ b/src/zcbenchmarks.cpp @@ -432,7 +432,7 @@ double benchmark_increment_sapling_note_witnesses(size_t nTxs) // Fake the input of a given block // This class is based on the class CCoinsViewDB, but with limited functionality. -// The construtor and the functions `GetCoins` and `HaveCoins` come directly from +// The constructor and the functions `GetCoins` and `HaveCoins` come directly from // CCoinsViewDB, but the rest are either mocks and/or don't really do anything. // The following constant is a duplicate of the one found in txdb.cpp