BACKENDS: Correct spelling mistake

occured -> occurred
This commit is contained in:
Hubert Maier 2022-10-27 10:49:17 +02:00 committed by Eugene Sandulenko
parent 5c9461f03a
commit a10cbd3199
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -697,7 +697,7 @@ void OSystem_Android::pushEvent(int type, int arg1, int arg2, int arg3,
if (_touch_mode != TOUCH_MODE_TOUCHPAD) {
// In this case the mouse move is done in "direct mode"
// ie. the cursor jumps to where the tap occured
// ie. the cursor jumps to where the tap occurred
// so we don't have relMouse coordinates to set for the event
_event_queue.push(e);
}