From 7fa090184b2246ab2bd0836413e42c00253fb663 Mon Sep 17 00:00:00 2001 From: adityapk00 Date: Tue, 20 Nov 2018 18:30:12 -0800 Subject: [PATCH] Typo --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.cpp b/src/connection.cpp index 651b1ec..b1298b5 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -66,7 +66,7 @@ void ConnectionLoader::doAutoConnect(bool tryEzcashdStart) { // We tried to start ezcashd previously, and it didn't work. So, show the error. main->logger->write("Couldn't start embedded zcashd for unknown reason"); QString explanation = QString() % "Couldn't start the embedded zcashd.\n\n" % - "Please try restarting.\n\nIfIf you previously started zcashd with custom arguments, you might need to reset zcash.conf.\n\n" % + "Please try restarting.\n\nIf you previously started zcashd with custom arguments, you might need to reset zcash.conf.\n\n" % "If all else fails, please run zcashd manually." % (ezcashd ? "The process returned:\n\n" % ezcashd->errorString() : QString("")); this->showError(explanation);