Francois Gouget : odbccp32/tests: Fix the spelling of a comment.
Module: wine Branch: master Commit: 8867a0f33f634db5d90edde137dbfd9fef1e4685 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8867a0f33f634db5d90edde13... Author: Francois Gouget <fgouget(a)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(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)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)
participants (1)
-
Alexandre Julliard