Commit 8867a0f3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

odbccp32/tests: Fix the spelling of a comment.

parent af74bd31
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment