diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index cd8ee74b2..81ad0984e 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -1334,7 +1334,7 @@ UniValue getsnapshot(const UniValue& params, bool fHelp, const CPubKey& mypk) " \"utxos\": 14, (number) Total number of UTXOs in snapshot\n" " \"total_addresses\": 2, (number) Total number of addresses in snapshot,\n" " \"start_height\": 91, (number) Block height snapshot began\n" - " \"ending_height\": 91 (number) Block height snapsho finished,\n" + " \"ending_height\": 91 (number) Block height snapshot finished,\n" " \"start_time\": 1531982752, (number) Unix epoch time snapshot started\n" " \"end_time\": 1531982752 (number) Unix epoch time snapshot finished\n" "}\n"