]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
audio/winwave: Fix typo
authormalc <av1474@comtv.ru>
Fri, 15 Jun 2012 16:58:54 +0000 (20:58 +0400)
committermalc <av1474@comtv.ru>
Fri, 15 Jun 2012 16:58:54 +0000 (20:58 +0400)
Signed-off-by: malc <av1474@comtv.ru>
audio/winwaveaudio.c

index 87e7493270e541011823e759e55c19ba37a5fb3d..663abb9b508adc6fbf06d11587e6addd55bf8280 100644 (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: