summaryrefslogtreecommitdiff
path: root/gst-libs/gst/interfaces/photography.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst-libs/gst/interfaces/photography.c')
-rw-r--r--gst-libs/gst/interfaces/photography.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst-libs/gst/interfaces/photography.c b/gst-libs/gst/interfaces/photography.c
index 72fda1db9..9ddbc8d14 100644
--- a/gst-libs/gst/interfaces/photography.c
+++ b/gst-libs/gst/interfaces/photography.c
@@ -448,7 +448,7 @@ gst_photography_set_autofocus (GstPhotography * photo, gboolean on)
/**
* gst_photography_set_config:
* @photo: #GstPhotography interface of a #GstElement
- * @config: #GstPhotographySettings containg the configuration
+ * @config: #GstPhotographySettings containing the configuration
*
* Set all configuration settings at once.
*
@@ -474,7 +474,7 @@ gst_photography_set_config (GstPhotography * photo,
/**
* gst_photography_get_config:
* @photo: #GstPhotography interface of a #GstElement
- * @config: #GstPhotographySettings containg the configuration
+ * @config: #GstPhotographySettings containing the configuration
*
* Get all configuration settings at once.
*
@@ -670,7 +670,7 @@ gst_photography_iface_class_init (gpointer g_class)
* GstPhotography:lens-focus:
*
* Manual changing of lens focus in diopter units.
- * Inteded use with GST_PHOTOGRAPHY_FOCUS_MODE_MANUAL focus mode, otherwise
+ * Intended use with GST_PHOTOGRAPHY_FOCUS_MODE_MANUAL focus mode, otherwise
* to be ignored.
*
*/