From eb2aeacf983a2a88a2b31e8fee067c38bd10abd3 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 15 Jun 2012 20:58:54 +0400 Subject: audio/winwave: Fix typo Signed-off-by: malc --- audio/winwaveaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/winwaveaudio.c b/audio/winwaveaudio.c index 87e7493270..663abb9b50 100644 --- a/audio/winwaveaudio.c +++ b/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: -- cgit v1.2.1