diff options
author | Jan Schmidt <jan@centricular.com> | 2015-02-02 17:37:44 +1100 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2015-02-02 17:38:00 +1100 |
commit | ae2b0bacb63cd99e2f24b31b7713cff4be9d05f1 (patch) | |
tree | 4bd6b389f12281668acf14a91053ee1814356468 | |
parent | 2b7a15172fdbe46d0cb3a58b0bf573b0ecb09771 (diff) |
gstpad: Fix a typo in a docstring.
-rw-r--r-- | gst/gstpad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c index 6ad8756c8..90f3ab00c 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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. |