Francois Gouget : quartz: A couple of spelling fixes in comments.

Alexandre Julliard julliard at winehq.org
Tue Jan 10 15:24:42 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jan  7 14:43:12 2017 +0100

quartz: A couple of spelling fixes in comments.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 e5671d2..1089de7 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 490d8d8..13f0d89 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;
 }




More information about the wine-cvs mailing list