Browse Source

audio/winwave: Fix typo

Signed-off-by: malc <av1474@comtv.ru>
malc 13 years ago
parent
commit
eb2aeacf98
1 changed files with 1 additions and 1 deletions
  1. 1 1
      audio/winwaveaudio.c

+ 1 - 1
audio/winwaveaudio.c

@@ -72,7 +72,7 @@ static void winwave_log_mmresult (MMRESULT mr)
         break;
 
     case MMSYSERR_NOMEM:
-        str = "Unable to allocate or locl memory";
+        str = "Unable to allocate or lock memory";
         break;
 
     case WAVERR_SYNC: