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.
This commit is contained in:
Tim-Philipp Müller 2006-07-12 09:28:46 +00:00
parent c05a3464b5
commit a1a4b4d3e0

View file

@ -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));