summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/nfc/common/device.h')
-rw-r--r--src/core/hle/service/nfc/common/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfc/common/device.h b/src/core/hle/service/nfc/common/device.h
index d8efe25ec..15f9b25da 100644
--- a/src/core/hle/service/nfc/common/device.h
+++ b/src/core/hle/service/nfc/common/device.h
@@ -126,7 +126,7 @@ private:
Kernel::KEvent* deactivate_event = nullptr;
Kernel::KEvent* availability_change_event = nullptr;
- bool is_initalized{};
+ bool is_initialized{};
NfcProtocol allowed_protocols{};
DeviceState device_state{DeviceState::Unavailable};