Merge pull request #210 from CohibAA/patch-1

fix typo (Liteocin -> Litecoin)
This commit is contained in:
Adrian Gallagher 2015-07-12 18:47:43 +10:00
commit cae9e5cd50

View File

@ -78,7 +78,7 @@ bool AppInit(int argc, char* argv[])
else
{
strUsage += "\n" + _("Usage:") + "\n" +
" litecoind [options] " + _("Start Liteocin Core Daemon") + "\n";
" litecoind [options] " + _("Start Litecoin Core Daemon") + "\n";
strUsage += "\n" + HelpMessage(HMM_BITCOIND);
}