Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
parent
a0f235f4fd
commit
a2cfe3749a
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ PatchManager::Metadata PatchManager::ParseControlNCA(const NCA& nca) const {
|
|||
if (language_index < FileSys::LANGUAGE_NAMES.size()) {
|
||||
priority_language_names[i] = FileSys::LANGUAGE_NAMES[language_index];
|
||||
} else {
|
||||
// Not a catastrophy, unlikely to happen
|
||||
// Not a catastrophe, unlikely to happen
|
||||
LOG_WARNING(Loader, "Invalid language index {}", language_index);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue