From f163bd1048fea457d254dba0677e4e6637c46707 Mon Sep 17 00:00:00 2001 From: Sintendo Date: Mon, 12 Sep 2016 00:25:45 +0200 Subject: Fix various comment typos --- Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/InputCommon/ControllerInterface') diff --git a/Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm b/Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm index a2ca55649d..8fb6ebe80d 100644 --- a/Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm +++ b/Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm @@ -17,7 +17,7 @@ namespace OSX Keyboard::Keyboard(IOHIDDeviceRef device, std::string name, void* window) : m_device(device), m_device_name(name) { - // This class should only recieve Keyboard or Keypad devices + // This class should only receive Keyboard or Keypad devices // Now, filter on just the buttons we can handle sanely NSDictionary* matchingElements = @{ @kIOHIDElementTypeKey : @(kIOHIDElementTypeInput_Button), -- cgit v1.2.3