Skip to content

Commit a5718a0

Browse files
committed
partial bitcoin#25200: Fix spelling errors identified by codespell in comments
excludes: - bf209ac
1 parent 58a6248 commit a5718a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bench/bench.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void BenchRunner::RunAll(const Args& args)
8484
std::smatch baseMatch;
8585

8686
if (args.sanity_check) {
87-
std::cout << "Running with --sanity check option, benchmark results will be useless." << std::endl;
87+
std::cout << "Running with --sanity-check option, benchmark results will be useless." << std::endl;
8888
}
8989

9090
std::vector<ankerl::nanobench::Result> benchmarkResults;

0 commit comments

Comments
 (0)