Module: wine Branch: master Commit: ff36b5c816a37b28d334f9c55a1c1a57a154640d URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff36b5c816a37b28d334f9c55a...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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; }