diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 6dbcf31a7f3..768ece1b397 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -1779,7 +1779,7 @@ static void test_MsiInstallProduct(void) type = REG_SZ; res = RegQueryValueExA(hkey, "OrderTestName", NULL, &type, (LPBYTE)path, &size); ok(res == ERROR_SUCCESS, "Expected ERROR_SUCCESS, got %d\n", res); - ok(!lstrcmpA(path, "OrderTestValue"), "Expected imaname, got %s\n", path); + ok(!lstrcmpA(path, "OrderTestValue"), "Expected OrderTestValue, got %s\n", path); check_service_is_installed();