setupapi/tests: Fix a typo in comment.

Andrey Gusev andrey.goosev at gmail.com
Thu Jun 23 06:35:57 CDT 2016


-------------- next part --------------
From ca8db36bca6e5677de06d03f8d0361067c814f60 Mon Sep 17 00:00:00 2001
Message-Id: <ca8db36bca6e5677de06d03f8d0361067c814f60.1466681714.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 23 Jun 2016 14:34:59 +0300
Subject: [PATCH] setupapi/tests: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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..451e2c0 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 content of a valid call
      */
     *ptr = 0;
     expected = 3 + strlen(inffile) + strlen(inffile2);
-- 
2.5.5



More information about the wine-patches mailing list