Skip to content

Commit a2dc275

Browse files
committed
Addressed typo: changed 'quesiton' to 'question'
1 parent 2b395ed commit a2dc275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/Tests/PokemonLA_Tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ int test_pokemonLA_MMOSpriteMatcher(const std::string& filepath){
554554
ImageRGB32 sprite_image(mmo_revealed_image_path.toStdString());
555555

556556
if (!question_mark_image){
557-
cerr << "Error: cannot load MMO quesiton mark image file " << filepath << endl;
557+
cerr << "Error: cannot load MMO question mark image file " << filepath << endl;
558558
return 1;
559559
}
560560
if (!sprite_image){

0 commit comments

Comments
 (0)