From ff36b5c816a37b28d334f9c55a1c1a57a154640d Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sat, 7 Jan 2017 14:43:12 +0100 Subject: [PATCH] quartz: A couple of spelling fixes in comments. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- 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 490d8d8e775..13f0d89d4cc 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.4.GIT