diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -5212,7 +5212,7 @@ " \"ALL|FORKID|ANYONECANPAY\"\n" " \"NONE|FORKID|ANYONECANPAY\"\n" " \"SINGLE|FORKID|ANYONECANPAY\"\n" - "4. bip32derivs (boolean, optiona, " + "4. bip32derivs (boolean, optional, " "default=false) If true, includes the BIP 32 derivation paths for " "public keys if we know them\n" @@ -5352,7 +5352,7 @@ "the sender pays the fee.\n" " [vout_index,...]\n" " }\n" - "5. bip32derivs (boolean, optiona, " + "5. bip32derivs (boolean, optional, " "default=false) If true, includes the BIP 32 derivation paths for " "public keys if we know them\n" "\nResult:\n" diff --git a/test/lint/dictionary/english.json b/test/lint/dictionary/english.json --- a/test/lint/dictionary/english.json +++ b/test/lint/dictionary/english.json @@ -410,6 +410,7 @@ "ommitted": "omitted", "onself": "oneself", "optionnal": "optional", + "optiona": "optional", "optmizations": "optimizations", "orientatied": "orientated", "orientied": "oriented",