Module: wine Branch: master Commit: 3e8d4e31030e33817071a0aa1a71e4896723803d URL: http://source.winehq.org/git/wine.git/?a=commit;h=3e8d4e31030e33817071a0aa1a... Author: Andrey Gusev <andrey.goosev(a)gmail.com> Date: Thu Jun 23 14:34:59 2016 +0300 setupapi/tests: Fix a typo in comment. Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/setupapi/tests/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/setupapi/tests/install.c b/dlls/setupapi/tests/install.c index d12d683..5015e31 100644 --- a/dlls/setupapi/tests/install.c +++ b/dlls/setupapi/tests/install.c @@ -656,7 +656,7 @@ static void test_inffilelist(void) ok(ERROR_DIRECTORY == GetLastError(), "expected error ERROR_DIRECTORY, got %d\n", GetLastError()); - /* now check the buffer content of a vaild call + /* now check the buffer contents of a valid call */ *ptr = 0; expected = 3 + strlen(inffile) + strlen(inffile2);