mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 10:57:57 -05:00
chore: fix some typos
Fix some typos reported by Lintian
This commit is contained in:
@ -800,12 +800,12 @@ Result Module::Interface::Flush() {
|
||||
|
||||
// Return to the start of the file
|
||||
if (!amiibo_file.Seek(0)) {
|
||||
LOG_ERROR(Service_NFP, "Error writting to file");
|
||||
LOG_ERROR(Service_NFP, "Error writing to file");
|
||||
return ErrCodes::WriteAmiiboFailed;
|
||||
}
|
||||
|
||||
if (!amiibo_file.Write(encrypted_tag_data)) {
|
||||
LOG_ERROR(Service_NFP, "Error writting to file");
|
||||
LOG_ERROR(Service_NFP, "Error writing to file");
|
||||
return ErrCodes::WriteAmiiboFailed;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user