summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--examples/stats/mp2ogg.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 02f2edd0..1cac3b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
*/