OSDN Git Service

Fix typo: lenght -> length.
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 10 Feb 2009 23:40:58 +0000 (23:40 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 10 Feb 2009 23:40:58 +0000 (23:40 +0000)
Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

libswscale/swscale.h

index ffad6dd..3dc219d 100644 (file)
@@ -132,7 +132,7 @@ int sws_getColorspaceDetails(struct SwsContext *c, int **inv_table, int *srcRang
 SwsVector *sws_getGaussianVec(double variance, double quality);
 
 /**
- * Allocates and returns a vector with \p lenght coefficients, all
+ * Allocates and returns a vector with \p length coefficients, all
  * with the same value \p c.
  */
 SwsVector *sws_getConstVec(double c, int length);