propertyprobe: Fix typo in the docs
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 13:52:41 +0000 (15:52 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 May 2009 13:53:07 +0000 (15:53 +0200)
gst-libs/gst/interfaces/propertyprobe.h

index eb949735c8018632dd8edb00a3f6e2649a187450..5b67af2d9d23f47540506d0dafb27e71bd11b7d4 100644 (file)
@@ -47,7 +47,7 @@ typedef struct _GstPropertyProbeInterface GstPropertyProbeInterface;
  * GstPropertyProbeInterface:
  * @klass: parent interface type.
  * @probe_needed: default signal handler
- * @get_properties: virtual method to get list of pobable properties
+ * @get_properties: virtual method to get list of probable properties
  * @needs_probe: virtual method to tell if probe need update
  * @probe_property: virtual method to probe a property
  * @get_values: virtual method to get probe results for a property