docs: typo fixes
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Feb 2011 15:01:54 +0000 (15:01 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 28 Feb 2011 15:01:54 +0000 (15:01 +0000)
convinience -> convenience

gst/gstregistry.h
gst/gstutils.c
libs/gst/controller/gsthelper.c

index 9ae9e6c..0088a6f 100644 (file)
@@ -123,7 +123,7 @@ gboolean            gst_registry_xml_read_cache     (GstRegistry * registry, const char *loc
 gboolean               gst_registry_xml_write_cache    (GstRegistry * registry, const char *location);
 #endif
 
-/* convinience defines for the default registry */
+/* convenience defines for the default registry */
 
 /**
  * gst_default_registry_add_plugin:
index b8d4862..3e8ef11 100644 (file)
@@ -1554,7 +1554,7 @@ pad_link_maybe_ghosting (GstPad * src, GstPad * sink, GstPadLinkCheck flags)
  * is the same as calling gst_element_link_pads() and the recommended way of
  * linking pads with safety checks applied.
  *
- * This is a convinience function for gst_pad_link_full().
+ * This is a convenience function for gst_pad_link_full().
  *
  * Returns: TRUE if the pads could be linked, FALSE otherwise.
  *
@@ -2015,7 +2015,7 @@ gst_element_link_filtered (GstElement * src, GstElement * dest,
  *
  * Unlinks the two named pads of the source and destination elements.
  *
- * This is a convinience function for gst_pad_unlink().
+ * This is a convenience function for gst_pad_unlink().
  */
 void
 gst_element_unlink_pads (GstElement * src, const gchar * srcpadname,
index 70c04c0..6c958f8 100644 (file)
@@ -22,7 +22,7 @@
 
 /**
  * SECTION:gstcontrollergobject
- * @short_description: #GObject convinience methods for using dynamic properties
+ * @short_description: #GObject convenience methods for using dynamic properties
  * @see_also: #GstController
  *
  * These methods allow to use some #GstController functionallity directly from