From 1250285b30d9d4f512938e5d5e4c7b4f08e16fe6 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 18 Feb 2015 20:41:14 -0500 Subject: [PATCH] gltransformation: Fix doc typo https://bugzilla.gnome.org/show_bug.cgi?id=744763 --- ext/gl/gstgltransformation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/gl/gstgltransformation.c b/ext/gl/gstgltransformation.c index e7596f8c7a..1c4a1781f9 100644 --- a/ext/gl/gstgltransformation.c +++ b/ext/gl/gstgltransformation.c @@ -186,12 +186,12 @@ gst_gl_transformation_class_init (GstGLTransformationClass * klass) /* Scale */ g_object_class_install_property (gobject_class, PROP_SCALE_X, g_param_spec_float ("scale-x", "X Scale", - "Scale multiplierer for the X-Axis.", + "Scale multiplier for the X-Axis.", 0.0, G_MAXFLOAT, 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); g_object_class_install_property (gobject_class, PROP_SCALE_Y, g_param_spec_float ("scale-y", "Y Scale", - "Scale multiplierer for the Y-Axis.", + "Scale multiplier for the Y-Axis.", 0.0, G_MAXFLOAT, 1.0, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /* MVP */