From: Wim Taymans Date: Mon, 24 Sep 2007 11:46:35 +0000 (+0000) Subject: gst/: Fix small typos in the docs. X-Git-Tag: RELEASE-0_10_15~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7f433f720425c66f55393f0020f80611a0665be;p=platform%2Fupstream%2Fgstreamer.git gst/: Fix small typos in the docs. Original commit message from CVS: * gst/gstobject.h: * gst/gstvalue.c: Fix small typos in the docs. --- diff --git a/ChangeLog b/ChangeLog index ce69295..0449b1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2007-09-24 Wim Taymans + * gst/gstobject.h: + * gst/gstvalue.c: + Fix small typos in the docs. + +2007-09-24 Wim Taymans + * docs/design/draft-latency.txt: * docs/design/draft-push-pull.txt: * docs/design/draft-tagreading.txt: diff --git a/gst/gstobject.h b/gst/gstobject.h index 9ebaabc..f49a727 100644 --- a/gst/gstobject.h +++ b/gst/gstobject.h @@ -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 diff --git a/gst/gstvalue.c b/gst/gstvalue.c index 211d6a8..bdeacdb 100644 --- a/gst/gstvalue.c +++ b/gst/gstvalue.c @@ -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