examples/stats/mp2ogg.c: more typo fixes

Original commit message from CVS:
* examples/stats/mp2ogg.c:
more typo fixes
This commit is contained in:
Stefan Kost 2005-10-13 15:28:01 +00:00
parent ea006c5869
commit 55ea2ade4a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-10-13 Stefan Kost <ensonic@users.sf.net>
* examples/stats/mp2ogg.c:
more typo fixes
2005-10-12 Stefan Kost <ensonic@users.sf.net>
* examples/indexing/indexmpeg.c: (main):

View file

@ -20,7 +20,7 @@
#include <gst/gst.h>
/* This example app demonstartes the use of pad query and convert to
* get usefull statistics about a plugin. In this case we monitor the
* get useful statistics about a plugin. In this case we monitor the
* compression status of mpeg audio to ogg vorbis transcoding.
*/