summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorSintendo <bram.speeckaert@gmail.com>2016-09-12 00:25:45 +0200
committerSintendo <bram.speeckaert@gmail.com>2016-10-24 18:27:49 +0200
commitf163bd1048fea457d254dba0677e4e6637c46707 (patch)
tree6300856e2a66181b24d916f08658cf528f8feb2b /Source/Core/InputCommon/ControllerInterface
parentb0e2642883794e53364873eca3f54347fd6fb2b6 (diff)
Fix various comment typos
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/OSX/OSXKeyboard.mm2
1 files changed, 1 insertions, 1 deletions
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),