summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:28:01 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:28:01 +0000
commit55ea2ade4afacbb40e6a69929dd86329900eb2ea (patch)
tree4b4b4ac43e0e5509c2fcbb078c0a29b42aa3b600 /examples
parentea006c586939421b9d740c77f54d3fc40a11984b (diff)
downloadgstreamer-plugins-good-55ea2ade4afacbb40e6a69929dd86329900eb2ea.tar.gz
examples/stats/mp2ogg.c: more typo fixes
Original commit message from CVS: * examples/stats/mp2ogg.c: more typo fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/stats/mp2ogg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stats/mp2ogg.c b/examples/stats/mp2ogg.c
index d39323cab..fc56d5b5b 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.
*/