Francois Gouget : dinput8/tests: A spelling fix in a comment.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:13:37 CDT 2019


Module: wine
Branch: master
Commit: 1bc90ab80231fb8ab5cf04f597c9b378b87f3f2c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1bc90ab80231fb8ab5cf04f597c9b378b87f3f2c

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Sep  8 06:19:53 2019 +0200

dinput8/tests: A spelling fix in a comment.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dinput8/tests/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dinput8/tests/device.c b/dlls/dinput8/tests/device.c
index 0bf6936..f3e7b54 100644
--- a/dlls/dinput8/tests/device.c
+++ b/dlls/dinput8/tests/device.c
@@ -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)
         {




More information about the wine-cvs mailing list