diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp index b4a413f6d..563fc875c 100644 --- a/src/wallet/rpcdump.cpp +++ b/src/wallet/rpcdump.cpp @@ -103,7 +103,7 @@ UniValue importprivkey(const UniValue& params, bool fHelp) "2. \"label\" (string, optional, default=\"\") An optional label\n" "3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n" "4. height (integer, optional, default=0) start at block height?\n" - "5. secret_key (interger, optional, default=188) used to import WIFs of other coins\n" + "5. secret_key (integer, optional, default=188) used to import WIFs of other coins\n" "\nNote: This call can take minutes to complete if rescan is true.\n" "\nExamples:\n" "\nDump a private key\n"