Spelling fix

Original commit message from CVS:
Spelling fix
This commit is contained in:
Johan Dahlin 2004-02-16 18:10:30 +00:00
parent 39ad338442
commit 55f6bc6ea5

View file

@ -69,7 +69,7 @@ print_formats (const GstFormat *formats, gint pfx)
PUT_STRING (pfx, "<format id=\"%d\" nick=\"%s\">%s</format>",
*formats, definition->nick, definition->description);
else
PUT_STRING (pfx, "<format id=\"%d\">unkown</format>",
PUT_STRING (pfx, "<format id=\"%d\">unknown</format>",
*formats);
formats++;