Skip to content

Commit ce71cd0

Browse files
author
zkbot
committedNov 4, 2016
Auto merge of zcash#1765 - ITH4Coinomia:patch-2, r=ebfull
Update init.cpp Reformatted Text
2 parents 3b8f74a + df22af0 commit ce71cd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/init.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CWallet* pwalletMain = NULL;
6262
bool fFeeEstimatesInitialized = false;
6363

6464
#ifdef WIN32
65-
// Win32 LevelDB doesn't use filedescriptors, and the ones used for
65+
// Win32 LevelDB doesn't use file descriptors, and the ones used for
6666
// accessing block files don't count towards the fd_set size limit
6767
// anyway.
6868
#define MIN_CORE_FILEDESCRIPTORS 0
@@ -348,7 +348,7 @@ std::string HelpMessage(HelpMessageMode mode)
348348
strUsage += HelpMessageOpt("-mintxfee=<amt>", strprintf("Fees (in BTC/Kb) smaller than this are considered zero fee for transaction creation (default: %s)",
349349
FormatMoney(CWallet::minTxFee.GetFeePerK())));
350350
strUsage += HelpMessageOpt("-paytxfee=<amt>", strprintf(_("Fee (in BTC/kB) to add to transactions you send (default: %s)"), FormatMoney(payTxFee.GetFeePerK())));
351-
strUsage += HelpMessageOpt("-rescan", _("Rescan the block chain for missing wallet transactions") + " " + _("on startup"));
351+
strUsage += HelpMessageOpt("-rescan", _("Rescan the blockchain for missing wallet transactions") + " " + _("on startup"));
352352
strUsage += HelpMessageOpt("-salvagewallet", _("Attempt to recover private keys from a corrupt wallet.dat") + " " + _("on startup"));
353353
strUsage += HelpMessageOpt("-sendfreetransactions", strprintf(_("Send transactions as zero-fee transactions if possible (default: %u)"), 0));
354354
strUsage += HelpMessageOpt("-spendzeroconfchange", strprintf(_("Spend unconfirmed change when sending transactions (default: %u)"), 1));

0 commit comments

Comments
 (0)
Please sign in to comment.