From 8bf1d606e7085a902302cb42562d2e77f19665f0 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 2 Jan 2008 18:38:55 -0600 Subject: [PATCH] Fix a typo in wineoss audio.h --- dlls/wineoss.drv/audio.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/wineoss.drv/audio.h b/dlls/wineoss.drv/audio.h index be63145..a535d7e 100644 --- a/dlls/wineoss.drv/audio.h +++ b/dlls/wineoss.drv/audio.h @@ -137,7 +137,7 @@ typedef struct { DWORD dwThreadID; OSS_MSG_RING msgRing; - /* make accomodation for the inacuraccy of OSS when reporting buffer size remaining by using the clock instead of GETOSPACE */ + /* make accomodation for the inaccuracy of OSS when reporting buffer size remaining by using the clock instead of GETOSPACE */ DWORD dwProjectedFinishTime; } WINE_WAVEOUT; -- 1.4.4.2