deconstructed_rom_directory.cpp: Fix Typo

This commit is contained in:
N00byKing 2018-04-03 00:20:35 +02:00 committed by GitHub
parent 2863e1edb9
commit 1aafb0f3a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ FileType AppLoader_DeconstructedRomDirectory::IdentifyType(FileUtil::IOFile& fil
} else if (Common::ToLower(virtual_name) == "sdk") {
is_sdk_found = true;
} else {
// Contrinue searching
// Continue searching
return true;
}