Commit 1bc90ab8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dinput8/tests: A spelling fix in a comment.

parent 14ea4308
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment