From a889bf135eb902eaa0acb20cc6ce4be7d31d81f6 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Wed, 19 Sep 2007 21:28:42 +0000
Subject: [PATCH] cosmetics: typo

Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavformat/gxf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/gxf.c b/libavformat/gxf.c
index c9e53b4bfdb..45467c648e0 100644
--- a/libavformat/gxf.c
+++ b/libavformat/gxf.c
@@ -151,7 +151,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) {
 
 /**
  * \brief filters out interesting tags from material information.
- * \param len lenght of tag section, will be adjusted to contain remaining bytes
+ * \param len length of tag section, will be adjusted to contain remaining bytes
  * \param si struct to store collected information into
  */
 static void gxf_material_tags(ByteIOContext *pb, int *len, st_info_t *si) {
-- 
GitLab