Update generate_game_infos.cpp

This commit is contained in:
Nemirtingas 2019-09-04 17:39:23 +00:00
parent cfa04f2df8
commit 420e498f22
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ void generate_items(CurlEasy& easy)
}
else
{
std::cerr << "Error while parsing json. Try to go at " << url << " and see what you can do to build your achivements.json";
std::cerr << "Error while parsing json. Try to go at " << url << " and see what you can do to build your items.json";
}
std::cerr << std::endl;
}