summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-12-13 13:53:14 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-01-06 01:57:13 +0000
commitec0c87486f311bb4df6b00eaff4cb703856f8d63 (patch)
tree6a28e0d712eae9b38398ce2d68ce7bbcf6462263
parentb32305d015765ad269e949ed0043dd9cea662ff4 (diff)
fpsdisplaysink: fix typo in property description
-rw-r--r--gst/debugutils/fpsdisplaysink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/fpsdisplaysink.c b/gst/debugutils/fpsdisplaysink.c
index 6363d0857..69ebad71a 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,