audio/winwave: Fix typo

Signed-off-by: malc <av1474@comtv.ru>
This commit is contained in:
malc 2012-06-15 20:58:54 +04:00
parent 63bb682a18
commit eb2aeacf98

View file

@ -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: