Fix various comment typos

This commit is contained in:
Sintendo
2016-09-12 00:25:45 +02:00
parent b0e2642883
commit f163bd1048
6 changed files with 12 additions and 10 deletions

View File

@ -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),