From e7f433f720425c66f55393f0020f80611a0665be Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 24 Sep 2007 11:46:35 +0000 Subject: [PATCH] gst/: Fix small typos in the docs. Original commit message from CVS: * gst/gstobject.h: * gst/gstvalue.c: Fix small typos in the docs. --- ChangeLog | 6 ++++++ gst/gstobject.h | 2 +- gst/gstvalue.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ce69295c94..0449b1b51b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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: diff --git a/gst/gstobject.h b/gst/gstobject.h index 9ebaabc427..f49a727ade 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 211d6a824e..bdeacdb15a 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