gst/gstpipeline.c: Fix small typo in docs.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 5 Dec 2005 10:18:27 +0000 (10:18 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 5 Dec 2005 10:18:27 +0000 (10:18 +0000)
Original commit message from CVS:
* gst/gstpipeline.c:
Fix small typo in docs.

ChangeLog
gst/gstpipeline.c

index f4102e1..511ea7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 97bb9b9..69b6eec 100644 (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"