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/gstbin.c | |
parent | e8ecf3c407e6733232013fafc52af8c98e931bc6 (diff) |
docs: Fix typos in function/object descriptions
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=720029
Diffstat (limited to 'gst/gstbin.c')
-rw-r--r-- | gst/gstbin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/gstbin.c b/gst/gstbin.c index 581b251e9..eb6780739 100644 --- a/gst/gstbin.c +++ b/gst/gstbin.c @@ -408,7 +408,7 @@ gst_bin_class_init (GstBinClass * klass) * @bin: the #GstBin * * Will be emitted when the bin needs to perform latency calculations. This - * signal is only emited for toplevel bins or when async-handling is + * signal is only emitted for toplevel bins or when async-handling is * enabled. * * Only one signal handler is invoked. If no signals are connected, the |