Merge pull request #4383 from Sintendo/minor-text-fixes

Fix minor comment typos
This commit is contained in:
Markus Wick
2016-10-31 12:51:42 +01:00
committed by GitHub
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),