dinput8/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-08 06:19:53 +02:00 committed by Alexandre Julliard
parent 14ea43083c
commit 1bc90ab802

View file

@ -109,7 +109,7 @@ static void test_device_input(IDirectInputDevice8A *lpdid, DWORD event_type, DWO
ok (obj_data.uAppData == expected, "Retrieval of action failed uAppData=%lu expected=%d\n", obj_data.uAppData, expected);
/* Check for buffer owerflow */
/* Check for buffer overflow */
for (i = 0; i < 17; i++)
if (event_type == INPUT_KEYBOARD)
{