diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2013-12-07 15:38:19 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2013-12-07 17:11:12 +0000 |
commit | 53ae1b2c9c160a98a338adbb8a7ded0cad8eeebe (patch) | |
tree | 740b950d391700c628d18037b517655914167eb3 /gst/gstpad.h | |
parent | e8ecf3c407e6733232013fafc52af8c98e931bc6 (diff) |
docs: Fix typos in function/object descriptions
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720029
Diffstat (limited to 'gst/gstpad.h')
-rw-r--r-- | gst/gstpad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstpad.h b/gst/gstpad.h index 367d4a5ed..140ed9788 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -133,7 +133,7 @@ typedef enum { * @GST_FLOW_FLUSHING: Pad is flushing. * @GST_FLOW_EOS: Pad is EOS. * @GST_FLOW_NOT_NEGOTIATED: Pad is not negotiated. - * @GST_FLOW_ERROR: Some (fatal) error occured. Element generating + * @GST_FLOW_ERROR: Some (fatal) error occurred. Element generating * this error should post an error message with more * details. * @GST_FLOW_NOT_SUPPORTED: This operation is not supported. |