Andrey Gusev : msi/tests: Fix a typo in comment.
Module: wine Branch: master Commit: 8260eabb86eda24125979969629c87229ce21488 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8260eabb86eda2412597996962... Author: Andrey Gusev <andrey.goosev(a)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(a)gmail.com> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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);
participants (1)
-
Alexandre Julliard