[MPlayer-cvslog] r31341 - trunk/subreader.c
hyc
subversion at mplayerhq.hu
Sun Jun 6 23:36:50 CEST 2010
Author: hyc
Date: Sun Jun 6 23:36:49 2010
New Revision: 31341
Log:
Fix typo in comment
Modified:
trunk/subreader.c
Modified: trunk/subreader.c
==============================================================================
--- trunk/subreader.c Sun Jun 6 20:59:19 2010 (r31340)
+++ trunk/subreader.c Sun Jun 6 23:36:49 2010 (r31341)
@@ -143,7 +143,7 @@ static subtitle *sub_read_line_sami(stre
}
break;
- case 1: /* find (optionnal) "<P", skip other TAGs */
+ case 1: /* find (optional) "<P", skip other TAGs */
for (; *s == ' ' || *s == '\t'; s++); /* strip blanks, if any */
if (*s == '\0') break;
if (*s != '<') { state = 3; p = text; continue; } /* not a TAG */
More information about the MPlayer-cvslog
mailing list