[PATCH] odbccp32/tests: Fix the spelling of a comment.

Francois Gouget fgouget at free.fr
Tue Mar 2 13:10:27 CST 2021


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/odbccp32/tests/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/odbccp32/tests/misc.c b/dlls/odbccp32/tests/misc.c
index f52dcee7acd..ec706f57f06 100644
--- a/dlls/odbccp32/tests/misc.c
+++ b/dlls/odbccp32/tests/misc.c
@@ -831,7 +831,7 @@ static void test_SQLWriteDSNToIni(void)
         ok(ret, "got %d\n", ret);
     }
 
-    /* Show that values are writen, even though an invalid driver was specified. */
+    /* Show that values are written, even though an invalid driver was specified. */
     ret = SQLWriteDSNToIni("wine_mis", "Missing Access Driver (*.mis)");
     ok(ret, "got %d\n", ret);
     if(ret)
-- 
2.20.1




More information about the wine-devel mailing list