From c71241d9ddc749477e70ffa0bb27e2e605552ac5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 28 Feb 2011 15:01:54 +0000 Subject: [PATCH] docs: typo fixes convinience -> convenience --- gst/gstregistry.h | 2 +- gst/gstutils.c | 4 ++-- libs/gst/controller/gsthelper.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstregistry.h b/gst/gstregistry.h index 9ae9e6c..0088a6f 100644 --- a/gst/gstregistry.h +++ b/gst/gstregistry.h @@ -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: diff --git a/gst/gstutils.c b/gst/gstutils.c index b8d4862..3e8ef11 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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, diff --git a/libs/gst/controller/gsthelper.c b/libs/gst/controller/gsthelper.c index 70c04c0..6c958f8 100644 --- a/libs/gst/controller/gsthelper.c +++ b/libs/gst/controller/gsthelper.c @@ -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 -- 2.7.4