From 1112035d32ffe73a4522226c8cb2f6a5878d3ada Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 24 Dec 2020 22:37:17 +0900 Subject: doc: fix various typos Co-authored-by: Peter Yordanov --- src/bench/verify_script.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bench') diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp index 9af0b502eb..e3f6b35a7d 100644 --- a/src/bench/verify_script.cpp +++ b/src/bench/verify_script.cpp @@ -24,7 +24,7 @@ static void VerifyScriptBench(benchmark::Bench& bench) const int flags = SCRIPT_VERIFY_WITNESS | SCRIPT_VERIFY_P2SH; const int witnessversion = 0; - // Keypair. + // Key pair. CKey key; static const std::array vchKey = { { -- cgit v1.2.3