mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-26 15:27:52 -05:00
general: fix spelling mistakes
This commit is contained in:
@ -57,7 +57,7 @@ Common::Input::NfcState VirtualAmiibo::WriteNfcData(
|
||||
}
|
||||
|
||||
if (!nfc_file.Write(data)) {
|
||||
LOG_ERROR(Service_NFP, "Error writting to file");
|
||||
LOG_ERROR(Service_NFP, "Error writing to file");
|
||||
return Common::Input::NfcState::WriteFailed;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user