aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2019-06-09 18:52:10 +0200
committerBen Woosley <ben.woosley@gmail.com>2019-06-11 17:18:16 +0200
commitb748bf6f50dda6bb57eadf697edc320b2695e01a (patch)
tree31da006ebf5c431bc2499d22327f2dec10384d8d /src/rpc/rawtransaction.cpp
parent6899ef3f0e0ce39d0bea111b59adac4ff9fe360c (diff)
downloadbitcoin-b748bf6f50dda6bb57eadf697edc320b2695e01a.tar.xz
Fix spelling errors identified by codespell 1.15.0
After this commit, the only remaining output is: $ test/lint/lint-spelling.sh src/test/base32_tests.cpp:14: fo ==> of, for src/test/base64_tests.cpp:14: fo ==> of, for ^ Warning: codespell identified likely spelling errors. Any false positives? Add them to the list of ignored words in test/lint/lint-spelling.ignore-words.txt Note: * I ignore several valid alternative spellings * homogenous is present in tinyformat, hence should be addressed upstream * process' is correct only if there are plural processes
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-rw-r--r--src/rpc/rawtransaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 0b760439c1..cabab78dc3 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -39,7 +39,7 @@
/** High fee for sendrawtransaction and testmempoolaccept.
* By default, transaction with a fee higher than this will be rejected by the
- * RPCs. This can be overriden with the maxfeerate argument.
+ * RPCs. This can be overridden with the maxfeerate argument.
*/
constexpr static CAmount DEFAULT_MAX_RAW_TX_FEE{COIN / 10};