summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormalc2012-06-15 18:58:54 +0200
committermalc2012-06-15 18:58:54 +0200
commiteb2aeacf983a2a88a2b31e8fee067c38bd10abd3 (patch)
tree4b16438ec0a12619039a3466597ab39fe55aa902
parentMerge branch 'master' of git://git.qemu.org/qemu (diff)
downloadqemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.tar.gz
qemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.tar.xz
qemu-eb2aeacf983a2a88a2b31e8fee067c38bd10abd3.zip
audio/winwave: Fix typo
Signed-off-by: malc <av1474@comtv.ru>
-rw-r--r--audio/winwaveaudio.c2
1 files changed, 1 insertions, 1 deletions
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: