mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Spelling fix
Original commit message from CVS: Spelling fix
This commit is contained in:
parent
39ad338442
commit
55f6bc6ea5
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue