Francois Gouget : odbccp32/tests: Fix the spelling of a comment.

Alexandre Julliard julliard at winehq.org
Tue Mar 2 15:35:59 CST 2021


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar  2 20:10:27 2021 +0100

odbccp32/tests: Fix the spelling of a comment.

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

---

 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)




More information about the wine-cvs mailing list