odbccp32/tests: Fix the spelling of a comment.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2021-03-02 20:10:27 +01:00 committed by Alexandre Julliard
parent af74bd3122
commit 8867a0f33f
1 changed files with 1 additions and 1 deletions

View File

@ -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)