[Mplayer-cvslog] CVS: main configure,1.776,1.777 spudec.c,1.42,1.43 unrarlib.h,1.2,1.3

Gabucino gabucino at mplayerhq.hu
Sat Oct 4 19:29:25 CEST 2003


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv24410

Modified Files:
	configure spudec.c unrarlib.h 
Log Message:
many small typo and grammar fixes
Based on Bernard Leak's mail <bernard 4t brenda-arkle.demon.co.uk>


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -r1.776 -r1.777
--- configure	2 Oct 2003 14:25:26 -0000	1.776
+++ configure	4 Oct 2003 17:28:30 -0000	1.777
@@ -5365,7 +5365,7 @@
 fi
 
 echocheck "ftello()"
-# if we dont have ftello map it to ftell
+# if we don't have ftello map it to ftell
 cat > $TMPC << EOF
 #include <stdio.h>
 int main (void) { ftello(stdin); return 0; }

Index: spudec.c
===================================================================
RCS file: /cvsroot/mplayer/main/spudec.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- spudec.c	21 Sep 2003 14:21:11 -0000	1.42
+++ spudec.c	4 Oct 2003 17:28:30 -0000	1.43
@@ -304,7 +304,7 @@
 
 /*
   This function tries to create a usable palette.
-  Is searchs how many non-transparent colors are used and assigns different
+  It determines how many non-transparent colors are used, and assigns different
 gray scale values to each color.
   I tested it with four streams and even got something readable. Half of the
 times I got black characters with white around and half the reverse.

Index: unrarlib.h
===================================================================
RCS file: /cvsroot/mplayer/main/unrarlib.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unrarlib.h	2 Nov 2002 18:32:11 -0000	1.2
+++ unrarlib.h	4 Oct 2003 17:28:30 -0000	1.3
@@ -61,7 +61,7 @@
 
 /*#define _USE_MEMORY_TO_MEMORY_DECOMPRESSION*/ /* read file from memory or a   */
                                             /* resource instead of reading  */
-                                            /* from a file. NOTE: you wont't*/
+                                            /* from a file. NOTE: you won't */
                                             /*  be able to decompress from  */
                                             /*  file if you enable this     */
                                             /*  option!                     */



More information about the MPlayer-cvslog mailing list