X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80fdcdb90ef779185492dab676d461fc34933312..60372b0d54379701d62edf5595a7dc25c48330e1:/src/osx/core/hidjoystick.cpp?ds=sidebyside diff --git a/src/osx/core/hidjoystick.cpp b/src/osx/core/hidjoystick.cpp index ed6ccabde4..d1563b650c 100644 --- a/src/osx/core/hidjoystick.cpp +++ b/src/osx/core/hidjoystick.cpp @@ -778,7 +778,7 @@ void* wxJoystickThread::Entry() //--------------------------------------------------------------------------- // wxJoystickThread::HIDCallback (static) // -// Callback for the native HID device when it recieves input. +// Callback for the native HID device when it receives input. // // This is where the REAL dirty work gets done. //