quartz: A couple of spelling fixes in comments.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:43:12 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/quartz/tests/filtergraph.c | 2 +-
 dlls/quartz/vmr9.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/quartz/tests/filtergraph.c b/dlls/quartz/tests/filtergraph.c
index e5671d2911e..1089de7224f 100644
--- a/dlls/quartz/tests/filtergraph.c
+++ b/dlls/quartz/tests/filtergraph.c
@@ -157,7 +157,7 @@ static void test_basic_video(void)
     ok(top == video_height/3, "expected %d, got %d\n", video_height/3, top);
     ok(height == video_height/4+1, "expected %d, got %d\n", video_height/4+1, height);
 
-    /* test desination rectangle */
+    /* test destination rectangle */
     hr = IBasicVideo_GetDestinationPosition(pbv, NULL, NULL, NULL, NULL);
     ok(hr == E_POINTER, "IBasicVideo_GetDestinationPosition returned: %x\n", hr);
     hr = IBasicVideo_GetDestinationPosition(pbv, &left, &top, NULL, NULL);
diff --git a/dlls/quartz/vmr9.c b/dlls/quartz/vmr9.c
index 3c8393fc7a9..e61ccaa0be9 100644
--- a/dlls/quartz/vmr9.c
+++ b/dlls/quartz/vmr9.c
@@ -3028,7 +3028,7 @@ static HRESULT WINAPI VMR9_SurfaceAllocator_AdviseNotify(IVMRSurfaceAllocatorEx9
 
     TRACE("(%p/%p)->(...)\n", iface, This);
 
-    /* No AddRef taken here or the base VMR9 filter would never be destroied */
+    /* No AddRef taken here or the base VMR9 filter would never be destroyed */
     This->SurfaceAllocatorNotify = allocnotify;
     return S_OK;
 }
-- 
2.11.0




More information about the wine-patches mailing list