cosmetics: Fix typo in comment

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31341 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
hyc 2010-06-06 21:36:49 +00:00 committed by Uoti Urpala
parent 1a1e6e5a69
commit d6da056180
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ static subtitle *sub_read_line_sami(stream_t* st, subtitle *current, int utf16)
}
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 */