From 4de40d313d0afef5da95a5082f26f3a25b1d92fd Mon Sep 17 00:00:00 2001 From: spakler Date: Wed, 30 Sep 2015 10:50:09 +0200 Subject: [PATCH] [issue-3] should be 'Downloading' --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index b65ebd1..fdd009f 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -425,7 +425,7 @@ void ThreadImport(std::vector vImportFiles) filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat"; if (!filesystem::exists(pathBootstrap)) { - printf("Donwloading bootstrap.dat from casinocoin.org...\n"); + printf("Downloading bootstrap.dat from casinocoin.org...\n"); CURL *curl; FILE *fp; CURLcode res;