msi/tests: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 10:08:50 CDT 2016


-------------- next part --------------
From 9090bad62374d596316854984120ce3e8ac78a4e Mon Sep 17 00:00:00 2001
Message-Id: <9090bad62374d596316854984120ce3e8ac78a4e.1464275292.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 18:07:53 +0300
Subject: [PATCH] msi/tests: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msi/tests/db.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/tests/db.c b/dlls/msi/tests/db.c
index 7dd878a..9c1fcba 100644
--- a/dlls/msi/tests/db.c
+++ b/dlls/msi/tests/db.c
@@ -8068,7 +8068,7 @@ static void test_dbmerge(void)
     r = run_query(href, 0, query);
     ok(r == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", r);
 
-    /* column sting types don't match exactly */
+    /* column string types don't match exactly */
     r = MsiDatabaseMergeA(hdb, href, "MergeErrors");
     ok(r == ERROR_SUCCESS,
        "Expected ERROR_SUCCESS, got %d\n", r);
-- 
2.5.5



More information about the wine-patches mailing list