summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:31:20 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2005-10-13 15:31:20 +0000
commite882eed904b89f9e0f638f08d6c9b9c859ced8ae (patch)
treef0b3faed4c82032b400841b5ea22b6181c1ea220 /examples
parent82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5 (diff)
downloadgst-plugins-bad-e882eed904b89f9e0f638f08d6c9b9c859ced8ae.tar.gz
gst-plugins-bad-e882eed904b89f9e0f638f08d6c9b9c859ced8ae.tar.bz2
gst-plugins-bad-e882eed904b89f9e0f638f08d6c9b9c859ced8ae.zip
ex/: and more typos fixed
Original commit message from CVS: * examples/stats/mp2ogg.c: * ext/tarkin/tarkin.c: (tarkin_analysis_framein), (tarkin_synthesis_packetin): and more typos fixed
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 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.
*/