diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | examples/stats/mp2ogg.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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): diff --git a/examples/stats/mp2ogg.c b/examples/stats/mp2ogg.c index d39323ca..fc56d5b5 100644 --- a/examples/stats/mp2ogg.c +++ b/examples/stats/mp2ogg.c @@ -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. */ |