]> granicus.if.org Git - libass/commitdiff
typo
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 30 Dec 2007 03:17:04 +0000 (03:17 +0000)
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Sun, 30 Dec 2007 03:17:04 +0000 (03:17 +0000)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25543 b3059339-0415-0410-9bf9-f77b7e298cf2

libass/ass.c
libass/ass.h

index de0dff8fe59980a21a8405211e95380a44e87a42..5cc04fdba71f14cafdc2181a0566dea1ab39d6e0 100644 (file)
@@ -735,7 +735,7 @@ static int check_duplicate_event(ass_track_t* track, int ReadOrder)
 }
 
 /**
- * \brief Process a chunk of subtitle stream data. In matroska, this containes exactly 1 event (or a commentary)
+ * \brief Process a chunk of subtitle stream data. In Matroska, this contains exactly 1 event (or a commentary).
  * \param track track
  * \param data string to parse
  * \param size length of data
index fd8ded1d0e7272c600c6f25154f9be61da5699c2..353c4abc597b28fdd378384135186a6786242bd5 100644 (file)
@@ -154,7 +154,7 @@ void ass_free_event(ass_track_t* track, int eid);
 void ass_process_codec_private(ass_track_t* track, char *data, int size);
 
 /**
- * \brief Parse a chunk of subtitle stream data. In matroska, this containes exactly 1 event (or a commentary)
+ * \brief Parse a chunk of subtitle stream data. In Matroska, this contains exactly 1 event (or a commentary).
  * \param track track
  * \param data string to parse
  * \param size length of data