diff options
author | Kevin Sundqvist Norlén <killenlillen02@gmail.com> | 2023-06-03 21:31:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 21:31:44 +0200 |
commit | a2cfe3749af8c39272b90cf0cca24c300aefa57b (patch) | |
tree | 60a47cac95f9f208809e14055311068307db23a4 /src | |
parent | a0f235f4fd6b04589a4cd17bb01ec64fb2f51e54 (diff) |
Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/core/file_sys/patch_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index fa282615b..27bfce641 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -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); } } |