summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/freesdp/parser.c2
1 files changed, 1 insertions, 1 deletions
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=<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],