From 11827cc89f6d073d6a4ad9f47a57725cfec703fc Mon Sep 17 00:00:00 2001 From: stefano Date: Tue, 10 Feb 2009 23:40:58 +0000 Subject: Fix typo: lenght -> length. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28526 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index ffad6dd661..3dc219dfc7 100644 --- a/libswscale/swscale.h +++ b/libswscale/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); -- cgit v1.2.3