[PATCH] odbccp32/tests: Fix the spelling of a comment.
2 Mar
2021
2 Mar
'21
7:10 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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
1747
Age (days ago)
1747
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget