From 7d16d2362a8f41161768ac67112bb4fcf8643260 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Thu, 13 Mar 2008 20:25:36 -0700 Subject: [PATCH] quartz: Fix typo --- dlls/quartz/dsoundrender.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/quartz/dsoundrender.c b/dlls/quartz/dsoundrender.c index 947bb98..af9fb37 100644 --- a/dlls/quartz/dsoundrender.c +++ b/dlls/quartz/dsoundrender.c @@ -1011,7 +1011,7 @@ static HRESULT WINAPI ReferenceClock_GetTime(IReferenceClock *iface, if (This->dsbuffer) hr = DSoundRender_GetPos(This, &play_pos, NULL, pTime); if (FAILED(hr)) - ERR("Could not get refreence time (%x)!\n", hr); + ERR("Could not get reference time (%x)!\n", hr); return hr; } -- 1.5.4.1