Original commit message from CVS:
* gst/gstobject.c:
Fix typo in the gst_object_{ref,unref} documentation.
+2007-12-22 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * gst/gstobject.c:
+ Fix typo in the gst_object_{ref,unref} documentation.
+
2007-12-21 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/libs/controller.c:
* gst_object_ref:
* @object: a #GstObject to reference
*
- * Increments the refence count on @object. This function
+ * Increments the reference count on @object. This function
* does not take the lock on @object because it relies on
* atomic refcounting.
*
* gst_object_unref:
* @object: a #GstObject to unreference
*
- * Decrements the refence count on @object. If reference count hits
+ * Decrements the reference count on @object. If reference count hits
* zero, destroy @object. This function does not take the lock
* on @object as it relies on atomic refcounting.
*