Fix typo
Co-authored-by: liamwhite <liamwhite@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							a0f235f4fd
						
					
				
				
					commit
					a2cfe3749a
				
			| @@ -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); | ||||
|             } | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user