diff options
author | Greg Weber <gregwebs@users.noreply.github.com> | 2022-07-25 16:12:37 -0500 |
---|---|---|
committer | Greg Weber <gregwebs@users.noreply.github.com> | 2022-07-25 16:13:26 -0500 |
commit | 850b0850ccacc4e4f7e82ce2291a111132eae756 (patch) | |
tree | 1b27c7640dd1ba78c3e8d37369bf2444eab55eba /src/test | |
parent | aa22009887eba6b6afdc530cfbcbe98e8aa34434 (diff) |
fix comment spellings from the codespell lint
test/lint/all-lint.py includes the codespell lint
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/fuzz/txorphan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/fuzz/txorphan.cpp b/src/test/fuzz/txorphan.cpp index cc20f89bbf..3fc6cde84e 100644 --- a/src/test/fuzz/txorphan.cpp +++ b/src/test/fuzz/txorphan.cpp @@ -67,7 +67,7 @@ FUZZ_TARGET_INIT(txorphan, initialize_orphanage) for (uint32_t i = 0; i < num_out; i++) { tx_mut.vout.emplace_back(CAmount{0}, CScript{}); } - // restore previously poped outpoints + // restore previously popped outpoints for (auto& in : tx_mut.vin) { outpoints.push_back(in.prevout); } |