Maarten Lankhorst : quartz: Fix typo.

Alexandre Julliard julliard at winehq.org
Fri Mar 14 08:29:29 CDT 2008


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

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Thu Mar 13 20:25:36 2008 -0700

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;
 }




More information about the wine-cvs mailing list