examples/stats/mp2ogg.c: yes, typo fixes

Original commit message from CVS:
* examples/stats/mp2ogg.c:
yes, typo fixes
This commit is contained in:
Stefan Kost 2005-10-13 15:29:56 +00:00
parent 470f3bb857
commit 7c27045a8a
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:
yes, 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.
*/