diff --git a/ChangeLog b/ChangeLog index 66c5de5517..225b40278f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-12-16 Matt Kraai + + Reviewed by: Ronald S. Bultje + + * docs/manual/intro-motivation.xml: + Fix typos. + 2004-12-16 Edward Hervey Reviewed by: Ronald S. Bultje diff --git a/docs/manual/intro-motivation.xml b/docs/manual/intro-motivation.xml index 5430bf92f4..b8b486daf7 100644 --- a/docs/manual/intro-motivation.xml +++ b/docs/manual/intro-motivation.xml @@ -77,7 +77,7 @@ While &GStreamer; also uses it own plugin system it offers a very rich - framework for the plugin developper and ensures the plugin can be used + framework for the plugin developer and ensures the plugin can be used in a wide range of applications, transparently interacting with other plugins. The framework that &GStreamer; provides for the plugins is flexible enough to host even the most demanding plugins. @@ -154,7 +154,7 @@ The plugin programmer. Plugin programmers are provided a clean and - simple API to create self contained plugins. An extensive debugging + simple API to create self-contained plugins. An extensive debugging and tracing mechanism has been integrated. GStreamer also comes with an extensive set of real-life plugins that serve as examples too. @@ -204,7 +204,7 @@ installed for the plugins. - Special care has been taken to make plugins completely selfcontained. + Special care has been taken to make plugins completely self-contained. All relevant aspects of plugins can be queried at run-time.