summaryrefslogtreecommitdiff
path: root/gst-libs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-26 17:19:00 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-12-26 17:19:00 +0000
commit18e69fb72e27a81012041fe70c6b2bf2f028510c (patch)
treedc40c09df65bdcd88deb24f0cb38bc4c01fa30e9 /gst-libs
parentf90b8bdfa04cd2d9661b702f83305c5920130576 (diff)
photography: fix typo in property description
Diffstat (limited to 'gst-libs')
-rw-r--r--gst-libs/gst/interfaces/photography.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/interfaces/photography.c b/gst-libs/gst/interfaces/photography.c
index eeaa5d1ea..95e0f307a 100644
--- a/gst-libs/gst/interfaces/photography.c
+++ b/gst-libs/gst/interfaces/photography.c
@@ -618,7 +618,7 @@ gst_photography_iface_class_init (gpointer g_class)
g_object_interface_install_property (g_class,
g_param_spec_flags (GST_PHOTOGRAPHY_PROP_NOISE_REDUCTION,
"Noise Reduction settings",
- "Which noise reduction modes are enalbed in Camera (0 = disabled)",
+ "Which noise reduction modes are enabled (0 = disabled)",
GST_TYPE_PHOTOGRAPHY_NOISE_REDUCTION,
0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
}