From 155db386dfe68fb8aae3e2c6603961624c40da33 Mon Sep 17 00:00:00 2001 From: stefano Date: Tue, 10 Feb 2009 23:40:58 +0000 Subject: [PATCH] Fix typo: lenght -> length. git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@28526 b3059339-0415-0410-9bf9-f77b7e298cf2 --- swscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swscale.h b/swscale.h index ffad6dd..3dc219d 100644 --- a/swscale.h +++ b/swscale.h @@ -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); -- 2.11.4.GIT