docs: typo fixes

convinience -> convenience
This commit is contained in:
Tim-Philipp Müller 2011-02-28 15:01:54 +00:00
parent b923b7f901
commit c71241d9dd
3 changed files with 4 additions and 4 deletions

View 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:

View 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,

View 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