We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b395ed commit a2dc275Copy full SHA for a2dc275
SerialPrograms/Source/Tests/PokemonLA_Tests.cpp
@@ -554,7 +554,7 @@ int test_pokemonLA_MMOSpriteMatcher(const std::string& filepath){
554
ImageRGB32 sprite_image(mmo_revealed_image_path.toStdString());
555
556
if (!question_mark_image){
557
- cerr << "Error: cannot load MMO quesiton mark image file " << filepath << endl;
+ cerr << "Error: cannot load MMO question mark image file " << filepath << endl;
558
return 1;
559
}
560
if (!sprite_image){
0 commit comments