[issue-3] should be 'Downloading'

This commit is contained in:
spakler
2015-09-30 10:50:09 +02:00
parent 6984495957
commit 4de40d313d

View File

@@ -425,7 +425,7 @@ void ThreadImport(std::vector<boost::filesystem::path> vImportFiles)
filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat"; filesystem::path pathBootstrap = GetDataDir() / "bootstrap.dat";
if (!filesystem::exists(pathBootstrap)) { if (!filesystem::exists(pathBootstrap)) {
printf("Donwloading bootstrap.dat from casinocoin.org...\n"); printf("Downloading bootstrap.dat from casinocoin.org...\n");
CURL *curl; CURL *curl;
FILE *fp; FILE *fp;
CURLcode res; CURLcode res;