From: Francois Gouget fgouget@free.fr
--- dlls/mf/tests/transform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c index 34a00526eab..28f83f61c50 100644 --- a/dlls/mf/tests/transform.c +++ b/dlls/mf/tests/transform.c @@ -7077,7 +7077,7 @@ static void test_h264_with_dxgi_manager(void)
if (!pMFCreateDXGIDeviceManager) { - win_skip("MFCreateDXGIDeviceManager() is not avaliable, skipping tests.\n"); + win_skip("MFCreateDXGIDeviceManager() is not available, skipping tests.\n"); return; }