From abb7bced341d9d018b519e109763a97cf0edc26f Mon Sep 17 00:00:00 2001 From: CohibAA Date: Sat, 11 Jul 2015 23:47:10 -0600 Subject: [PATCH] fix typo (Liteocin -> Litecoin) fix typo (Liteocin -> Litecoin) --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 75c8ec927..a7d4128a5 100644 --- a/src/bitcoind.cpp +++ b/src/bitcoind.cpp @@ -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); }