gst/: Fix small typos in the docs.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 24 Sep 2007 11:46:35 +0000 (11:46 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 24 Sep 2007 11:46:35 +0000 (11:46 +0000)
Original commit message from CVS:
* gst/gstobject.h:
* gst/gstvalue.c:
Fix small typos in the docs.

ChangeLog
gst/gstobject.h
gst/gstvalue.c

index ce69295..0449b1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
 
+       * gst/gstobject.h:
+       * gst/gstvalue.c:
+       Fix small typos in the docs.
+
+2007-09-24  Wim Taymans  <wim.taymans@gmail.com>
+
        * docs/design/draft-latency.txt:
        * docs/design/draft-push-pull.txt:
        * docs/design/draft-tagreading.txt:
index 9ebaabc..f49a727 100644 (file)
@@ -49,7 +49,7 @@ G_BEGIN_DECLS
 
 /**
  * GstObjectFlags:
- * @GST_OBJECT_DISPOSING: the object is been destroyed, do use it anymore
+ * @GST_OBJECT_DISPOSING: the object is been destroyed, don't use it anymore
  * @GST_OBJECT_FLOATING:  the object has a floating reference count (e.g. its
  *  not assigned to a bin)
  * @GST_OBJECT_FLAG_LAST: subclasses can add additional flags starting from this flag
index 211d6a8..bdeacdb 100644 (file)
@@ -1240,7 +1240,7 @@ gst_value_deserialize_fraction_range (GValue * dest, const gchar * s)
  * @value: a GValue initialized to GST_TYPE_CAPS
  * @caps: the caps to set the value to
  *
- * Sets the contents of @value to coorespond to @caps.  The actual
+ * Sets the contents of @value to @caps.  The actual
  * #GstCaps structure is copied before it is used.
  */
 void