You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix issues identified by codespell 2.2.1 and update ignored words
and also fix spelling in test/lint/lint-locale-dependence.py not caught by the
spelling linter and fix up a paragraph we are touching here in test/README.md.
Copy file name to clipboardExpand all lines: src/wallet/rpc/spend.cpp
+1-1
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ RPCHelpMan sendmany()
338
338
{"estimate_mode", RPCArg::Type::STR, RPCArg::Default{"unset"}, "The fee estimate mode, must be one of (case insensitive):\n"
339
339
"\"" + FeeModes("\"\n\"") + "\""},
340
340
{"fee_rate", RPCArg::Type::AMOUNT, RPCArg::DefaultHint{"not set, fall back to wallet fee estimation"}, "Specify a fee rate in " + CURRENCY_ATOM + "/vB."},
341
-
{"verbose", RPCArg::Type::BOOL, RPCArg::Default{false}, "If true, return extra infomration about the transaction."},
341
+
{"verbose", RPCArg::Type::BOOL, RPCArg::Default{false}, "If true, return extra information about the transaction."},
342
342
},
343
343
{
344
344
RPCResult{"if verbose is not set or set to false",
Copy file name to clipboardExpand all lines: test/lint/lint-locale-dependence.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@ def main():
250
250
exit_code=1
251
251
252
252
ifexit_code==1:
253
-
print("Unnecessary locale depedence can cause bugs that are very tricky to isolate and fix. Please avoid using localedependent functions if possible.\n")
253
+
print("Unnecessary locale dependence can cause bugs that are very tricky to isolate and fix. Please avoid using locale-dependent functions if possible.\n")
254
254
print(f"Advice not applicable in this specific case? Add an exception by updating the ignore list in {sys.argv[0]}")
0 commit comments