[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";
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;