[xiph-commits] r17989 - in trunk/theora: include/theora lib

tterribe at svn.xiph.org tterribe at svn.xiph.org
Thu May 19 07:30:15 PDT 2011


Author: tterribe
Date: 2011-05-19 07:30:15 -0700 (Thu, 19 May 2011)
New Revision: 17989

Modified:
   trunk/theora/include/theora/theora.h
   trunk/theora/lib/encint.h
Log:
Fix two spelling errors in the comments.

Patch by mnemo.
Fixes #1804.


Modified: trunk/theora/include/theora/theora.h
===================================================================
--- trunk/theora/include/theora/theora.h	2011-05-17 05:08:04 UTC (rev 17988)
+++ trunk/theora/include/theora/theora.h	2011-05-19 14:30:15 UTC (rev 17989)
@@ -201,7 +201,7 @@
  *
  * See <a href="http://svn.xiph.org/trunk/theora/examples/encoder_example.c">
  * examples/encoder_example.c</a> for usage examples of the
- * other paramters and good default settings for the encoder parameters.
+ * other parameters and good default settings for the encoder parameters.
  */
 typedef struct {
   ogg_uint32_t  width;		/**< encoded frame width  */

Modified: trunk/theora/lib/encint.h
===================================================================
--- trunk/theora/lib/encint.h	2011-05-17 05:08:04 UTC (rev 17988)
+++ trunk/theora/lib/encint.h	2011-05-19 14:30:15 UTC (rev 17989)
@@ -719,7 +719,7 @@
   /*Storage for the quantization tables.*/
   unsigned char           *enquant_table_data;
   /*An "average" quantizer for each frame type (INTRA or INTER) and qi value.
-    This is used to paramterize the rate control decisions.
+    This is used to parameterize the rate control decisions.
     They are kept in the log domain to simplify later processing.
     These are DCT domain quantizers, and so are scaled by an additional factor
      of 4 from the pixel domain.*/



More information about the commits mailing list