gstpad: Fix a typo in a docstring.
authorJan Schmidt <jan@centricular.com>
Mon, 2 Feb 2015 06:37:44 +0000 (17:37 +1100)
committerJan Schmidt <jan@centricular.com>
Mon, 2 Feb 2015 06:38:00 +0000 (17:38 +1100)
gst/gstpad.c

index 6ad8756..90f3ab0 100644 (file)
@@ -1292,7 +1292,7 @@ cleanup_hook (GstPad * pad, GHook * hook)
  *
  * Returns: an id or 0 if no probe is pending. The id can be used to remove the
  * probe with gst_pad_remove_probe(). When using GST_PAD_PROBE_TYPE_IDLE it can
- * happend that the probe can be run immediately and if the probe returns
+ * happen that the probe can be run immediately and if the probe returns
  * GST_PAD_PROBE_REMOVE this functions returns 0.
  *
  * MT safe.