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;