diff src/linuxplay.c @ 32:e04119814345 r19-15b99

Import from CVS: tag r19-15b99
author cvs
date Mon, 13 Aug 2007 08:52:56 +0200
parents 8fc7fe29b841
children 131b0175ea99
line wrap: on
line diff
--- a/src/linuxplay.c	Mon Aug 13 08:52:30 2007 +0200
+++ b/src/linuxplay.c	Mon Aug 13 08:52:56 2007 +0200
@@ -297,7 +297,7 @@
 	  parsestate.wave.state = wvSkipChunk; }
       else if (rq)
 	/* align data length to a multiple of datasize; keep additional data
-	   in "leftover" buffer --- this is neccessary to ensure proper
+	   in "leftover" buffer --- this is necessary to ensure proper
 	   functioning of the sndcnv... routines */
 	waverequire(data,sz,rq);
       return(count); }
@@ -997,7 +997,7 @@
   memset(&parsestate,0,sizeof(parsestate));
 
   /* Mainloop: read a block of data, parse its contents, perform all
-               the neccessary conversions and output it to the sound
+               the necessary conversions and output it to the sound
                device; repeat until all data has been processed */
   rrtn = length;
   do {