From: malc Date: Fri, 15 Jun 2012 16:58:54 +0000 (+0400) Subject: audio/winwave: Fix typo X-Git-Tag: v1.2.0-rc0~272 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eb2aeacf983a2a88a2b31e8fee067c38bd10abd3;p=thirdparty%2Fqemu.git audio/winwave: Fix typo Signed-off-by: malc --- diff --git a/audio/winwaveaudio.c b/audio/winwaveaudio.c index 87e7493270e..663abb9b508 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: