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. */