fpsdisplaysink: fix typo in property description
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 13 Dec 2009 13:53:14 +0000 (13:53 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 6 Jan 2010 01:57:13 +0000 (01:57 +0000)
gst/debugutils/fpsdisplaysink.c

index 6363d08..69ebad7 100644 (file)
@@ -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,