quartz: Fix typo.

This commit is contained in:
Maarten Lankhorst 2008-03-13 20:25:36 -07:00 committed by Alexandre Julliard
parent 6c1d089a44
commit b5a8df58cb
1 changed files with 1 additions and 1 deletions

View File

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