changeset 22316:f3d7a1b58a82

cosmetics: Fix some common typos, appropiate --> appropRiate, handEling --> handling, dependAnt --> dependEnt.
author diego
date Sat, 24 Feb 2007 10:27:14 +0000
parents 0a0191bc366d
children 068c5141bff6
files DOCS/tech/TODO DOCS/tech/encoding-tips.txt DOCS/tech/hwac3.txt DOCS/tech/playtree cfg-common.h libmpcodecs/ae_lavc.c libmpcodecs/vd_ffmpeg.c mp_msg.h xvid_vbr.c
diffstat 9 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/TODO	Sat Feb 24 10:19:41 2007 +0000
+++ b/DOCS/tech/TODO	Sat Feb 24 10:27:14 2007 +0000
@@ -16,7 +16,7 @@
   - bte.diff - something input plugin (uses fork() )
   - lavc_statsfile_errorchecking-patch - handle errors writing to logfile
   - xine-lib-cvs-xvmc.diff - XvMC support for libmpeg2 0.3.x
-  - fastermemcpy.diff - cacheline-size dependant optimizations
+  - fastermemcpy.diff - cacheline-size dependent optimizations
   - fire-x86-runtime-options.diff - en/disable (force) cpu features runtime
     (needs to be integrated with --runtime-cpu-detection en/disabled modes)
   - mga_vid_laced.diff - buggy interlace support into mga_vid
--- a/DOCS/tech/encoding-tips.txt	Sat Feb 24 10:19:41 2007 +0000
+++ b/DOCS/tech/encoding-tips.txt	Sat Feb 24 10:27:14 2007 +0000
@@ -302,7 +302,7 @@
 
 This way it apeared that the minimum bits per block is ~40, very
 good results are with ~50, and everything above 60 is a waste of bandwidth.
-And what's actually funny is that it was independant of codec used. The
+And what's actually funny is that it was independent of codec used. The
 results were exactly the same, whether I used DIV3 (with tricky nandub's
 magick), ffmpeg odivx, DivX5 on Windows or XviD.
 
--- a/DOCS/tech/hwac3.txt	Sat Feb 24 10:19:41 2007 +0000
+++ b/DOCS/tech/hwac3.txt	Sat Feb 24 10:27:14 2007 +0000
@@ -137,7 +137,7 @@
 
 This works flawlessly in combination with alsa's native 
 SysVrc-init-script 'alsasound'. Be sure to disable any distribution 
-dependant script (e.g. Mandrake-8.1 has an 'alsa' script which depends 
+dependent script (e.g. Mandrake-8.1 has an 'alsa' script which depends 
 on ALSA-0.5).
 
 Sorry for you *BSD'lers out there. I have no grasp on sound support there.
--- a/DOCS/tech/playtree	Sat Feb 24 10:19:41 2007 +0000
+++ b/DOCS/tech/playtree	Sat Feb 24 10:27:14 2007 +0000
@@ -117,7 +117,7 @@
 First just after config parsing, the iterator is created there. Also
 after stream opening, in case the stream is a playlist it replace the
 entry which contained the playlist by the result of the parsing.
-In the event handeling it check if a step can be done, etc. And finnaly
+In the event handling it check if a step can be done, etc. And finnaly
 at the end it go the next entry.
 
 Suggestion, flames, etc about this doc must go to albeu@free.fr
--- a/cfg-common.h	Sat Feb 24 10:19:41 2007 +0000
+++ b/cfg-common.h	Sat Feb 24 10:27:14 2007 +0000
@@ -649,9 +649,9 @@
         "   mencoder\n"
         "   xacodec    - XAnim codecs\n"
         "   tv         - TV input subsystem\n"
-        "   osdep      - OS Dependant parts (linux/ for now)\n"
+        "   osdep      - OS-dependent parts\n"
         "   spudec     - spudec.c\n"
-        "   playtree   - Playtree handeling (playtree.c, playtreeparser.c)\n"
+        "   playtree   - Playtree handling (playtree.c, playtreeparser.c)\n"
         "   input\n"
         "   vfilter\n"
         "   osd\n"
--- a/libmpcodecs/ae_lavc.c	Sat Feb 24 10:19:41 2007 +0000
+++ b/libmpcodecs/ae_lavc.c	Sat Feb 24 10:27:14 2007 +0000
@@ -206,7 +206,7 @@
 
 	/*
 	* Special case for adpcm_ima_wav.
-	* The bitrate is only dependant on samplerate.
+	* The bitrate is only dependent on samplerate.
 	* We have to known frame_size and block_align in advance,
 	* so I just copied the code from libavcodec/adpcm.c
 	*
--- a/libmpcodecs/vd_ffmpeg.c	Sat Feb 24 10:19:41 2007 +0000
+++ b/libmpcodecs/vd_ffmpeg.c	Sat Feb 24 10:27:14 2007 +0000
@@ -197,7 +197,7 @@
                     if(s->codec->decode)
                         type= MSGT_DECVIDEO;
                 }
-                //FIXME subtitles, encoders (what msgt for them? there is no appropiate ...)
+                //FIXME subtitles, encoders (what msgt for them? there is no appropriate ...)
             }
         }else if(!strcmp(avc->class_name, "AVFormatContext")){
 #if 0 //needs libavformat include FIXME iam too lazy to do this cleanly,probably the whole should be moved out of this file ...
--- a/mp_msg.h	Sat Feb 24 10:19:41 2007 +0000
+++ b/mp_msg.h	Sat Feb 24 10:27:14 2007 +0000
@@ -64,7 +64,7 @@
 
 #define MSGT_TV 24	// TV input subsystem
 
-#define MSGT_OSDEP 25	// OS Dependant parts (linux/ for now)
+#define MSGT_OSDEP 25	// OS-dependent parts
 
 #define MSGT_SPUDEC 26	// spudec.c
 
--- a/xvid_vbr.c	Sat Feb 24 10:19:41 2007 +0000
+++ b/xvid_vbr.c	Sat Feb 24 10:27:14 2007 +0000
@@ -1327,7 +1327,7 @@
 
 	state->desired_bytes2 = bytes2;
 
-	/* Ugly dependance between getquant and getintra */
+	/* Ugly dependence between getquant and getintra */
 	intra = state->getintra(state);
 
 	if(intra) {