diff src/linuxplay.c @ 110:fe104dbd9147 r20-1b7

Import from CVS: tag r20-1b7
author cvs
date Mon, 13 Aug 2007 09:19:45 +0200
parents 0d2f883870bc
children 9b50b4588a93
line wrap: on
line diff
--- a/src/linuxplay.c	Mon Aug 13 09:18:41 2007 +0200
+++ b/src/linuxplay.c	Mon Aug 13 09:19:45 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 {