Mercurial > mplayer.hg
diff stream/freesdp/parser.c @ 24595:85f669a84e7a
cosmetics: misc typo fixes
| author | diego |
|---|---|
| date | Tue, 25 Sep 2007 16:34:23 +0000 |
| parents | 6b84fac921eb |
| children | 0c7a9144e5f0 |
line wrap: on
line diff
--- a/stream/freesdp/parser.c Tue Sep 25 16:27:43 2007 +0000 +++ b/stream/freesdp/parser.c Tue Sep 25 16:34:23 2007 +0000 @@ -393,7 +393,7 @@ a=<attribute>:<value> */ while (!strncmp (p, "a=", 2)) { - /* The "9" lenght specifier of the first string is subject to + /* The "9" length specifier of the first string is subject to changes */ if (sscanf (p, "a=%9[^:\r\n]:%" MSFLENS "[^\r\n]", fsdp_buf[0],
