From c8ae1836e60d19348c894ffe80f7f79d17ec3b7b Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 25 Sep 2007 16:34:23 +0000 Subject: cosmetics: misc typo fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24615 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/freesdp/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/freesdp') diff --git a/stream/freesdp/parser.c b/stream/freesdp/parser.c index 394c80f9e0..33bc1d59b5 100644 --- a/stream/freesdp/parser.c +++ b/stream/freesdp/parser.c @@ -393,7 +393,7 @@ fsdp_parse (const char *text_description, fsdp_description_t * dsc) a=: */ 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], -- cgit v1.2.3