doc: Correct spelling errors in comments

And ci script output.

Identified via test/lint/lint-spelling
This commit is contained in:
Ben Woosley
2020-03-02 22:58:57 -08:00
parent ac5c5d0162
commit 9b0e16226e
7 changed files with 8 additions and 6 deletions

View File

@@ -84,7 +84,7 @@ PSBTAnalysis AnalyzePSBT(PartiallySignedTransaction psbtx)
}
}
// Calculate next role for PSBT by grabbing "minumum" PSBTInput next role
// Calculate next role for PSBT by grabbing "minimum" PSBTInput next role
result.next = PSBTRole::EXTRACTOR;
for (unsigned int i = 0; i < psbtx.tx->vin.size(); ++i) {
PSBTInputAnalysis& input_analysis = result.inputs[i];