Andrey Gusev : msi/tests: Fix a typo in comment.

Alexandre Julliard julliard at winehq.org
Thu May 26 10:54:45 CDT 2016


Module: wine
Branch: master
Commit: 8260eabb86eda24125979969629c87229ce21488
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8260eabb86eda24125979969629c87229ce21488

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu May 26 18:07:53 2016 +0300

msi/tests: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list