diff options
| author | 2023-03-11 22:10:38 -0500 | |
|---|---|---|
| committer | 2023-03-12 11:33:01 -0400 | |
| commit | 600f325d87e42f856da58c42a5280f098ebb6e8c (patch) | |
| tree | 75c4fe48af55186a4e420e94a1d7e1bfd92e4ec0 /src/input_common/drivers/virtual_amiibo.cpp | |
| parent | general: use codespell to identify spelling mistakes (diff) | |
| download | yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.gz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.tar.xz yuzu-600f325d87e42f856da58c42a5280f098ebb6e8c.zip | |
general: fix spelling mistakes
Diffstat (limited to '')
| -rw-r--r-- | src/input_common/drivers/virtual_amiibo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/virtual_amiibo.cpp b/src/input_common/drivers/virtual_amiibo.cpp index 4a0268a4d..304f4c70b 100644 --- a/src/input_common/drivers/virtual_amiibo.cpp +++ b/src/input_common/drivers/virtual_amiibo.cpp | |||
| @@ -57,7 +57,7 @@ Common::Input::NfcState VirtualAmiibo::WriteNfcData( | |||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | if (!nfc_file.Write(data)) { | 59 | if (!nfc_file.Write(data)) { |
| 60 | LOG_ERROR(Service_NFP, "Error writting to file"); | 60 | LOG_ERROR(Service_NFP, "Error writing to file"); |
| 61 | return Common::Input::NfcState::WriteFailed; | 61 | return Common::Input::NfcState::WriteFailed; |
| 62 | } | 62 | } |
| 63 | 63 | ||