From 0e9af4401ec81f82b3b4d7f548a96b2585f1e0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 12 Jul 2006 09:28:46 +0000 Subject: gst/spectrum/gstspectrum.c: Fix typo in property nick. Original commit message from CVS: * gst/spectrum/gstspectrum.c: (gst_spectrum_class_init): Fix typo in property nick. --- gst/spectrum/gstspectrum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst') diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index b81da633..35101aff 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -168,7 +168,7 @@ gst_spectrum_class_init (GstSpectrumClass * klass) trans_class->passthrough_on_same_caps = TRUE; g_object_class_install_property (gobject_class, PROP_SIGNAL_SPECTRUM, - g_param_spec_boolean ("message", "mesage", + g_param_spec_boolean ("message", "Message", "Post a level message for each passed interval", TRUE, G_PARAM_READWRITE)); -- cgit v1.2.1