From 7c27045a8a4401f03b3be3c4c8d994ac22af493e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 13 Oct 2005 15:29:56 +0000 Subject: [PATCH] examples/stats/mp2ogg.c: yes, typo fixes Original commit message from CVS: * examples/stats/mp2ogg.c: yes, typo fixes --- ChangeLog | 5 +++++ examples/stats/mp2ogg.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3ae32cd15f..7053823ebb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-13 Stefan Kost + + * examples/stats/mp2ogg.c: + yes, typo fixes + 2005-10-12 Stefan Kost * examples/indexing/indexmpeg.c: (main): diff --git a/examples/stats/mp2ogg.c b/examples/stats/mp2ogg.c index d39323cab0..fc56d5b5bb 100644 --- a/examples/stats/mp2ogg.c +++ b/examples/stats/mp2ogg.c @@ -20,7 +20,7 @@ #include /* 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. */