diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-10-13 15:31:20 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-10-13 15:31:20 +0000 |
commit | e882eed904b89f9e0f638f08d6c9b9c859ced8ae (patch) | |
tree | f0b3faed4c82032b400841b5ea22b6181c1ea220 /examples/stats | |
parent | 82d5fdb7248092f4bc3af1bd94b5cd0de4ac88d5 (diff) | |
download | gst-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/stats')
-rw-r--r-- | examples/stats/mp2ogg.c | 2 |
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. */ |