From ec0c87486f311bb4df6b00eaff4cb703856f8d63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 13 Dec 2009 13:53:14 +0000 Subject: [PATCH] fpsdisplaysink: fix typo in property description --- gst/debugutils/fpsdisplaysink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c index 6363d0857c..69ebad71a5 100644 --- a/gst/debugutils/fpsdisplaysink.c +++ b/gst/debugutils/fpsdisplaysink.c @@ -113,7 +113,7 @@ fps_display_sink_class_init (GstFPSDisplaySinkClass * klass) g_object_class_install_property (gobject_klass, ARG_TEXT_OVERLAY, g_param_spec_boolean ("text-overlay", "text-overlay", - "Wether to use text-overlay", TRUE, + "Whether to use text-overlay", TRUE, G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE)); g_object_class_install_property (gobject_klass, ARG_VIDEO_SINK,