From 70838eefbf2fe13597d6c0932e335fac5907ea21 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Date: Tue, 10 Feb 2009 23:40:58 +0000
Subject: [PATCH] Fix typo: lenght -> length.

Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
---
 libswscale/swscale.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index ffad6dd661f..3dc219dfc7f 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);
-- 
GitLab