gst/gstpipeline.c: Fix small typo in docs.

Original commit message from CVS:
* gst/gstpipeline.c:
Fix small typo in docs.
This commit is contained in:
Wim Taymans 2005-12-05 10:18:27 +00:00
parent 9def80ce05
commit 9d8037eed8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-12-05 Wim Taymans <wim@fluendo.com>
* gst/gstpipeline.c:
Fix small typo in docs.
2005-12-05 Andy Wingo <wingo@pobox.com>
patch by: Thomas Vander Stichele <thomas at apestaart dot org>

View file

@ -40,7 +40,7 @@
*
* gst_pipeline_new() is used to create a pipeline. when you are done with
* the pipeline, use gst_object_unref() to free its resources including all
* added #GstElement objects (if not otherwiese referenced).
* added #GstElement objects (if not otherwise referenced).
*/
#include "gst_private.h"