summaryrefslogtreecommitdiff
path: root/libs/gst/base/gstcollectpads.c
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-04-27 12:40:31 -0400
committerTim-Philipp Müller <tim@centricular.com>2018-05-01 11:18:03 +0100
commit4a402c1c7d14d8fd1970e2008422c9b23be92412 (patch)
tree71ae4f9d2f4a1aed19d212cb6eaf61935f08dc34 /libs/gst/base/gstcollectpads.c
parentbad751b22fb4aecd0a2aa6765cbdd61da622dfe8 (diff)
Fix typos in comments and docs
Found via `codespell` https://bugzilla.gnome.org/show_bug.cgi?id=795610
Diffstat (limited to 'libs/gst/base/gstcollectpads.c')
-rw-r--r--libs/gst/base/gstcollectpads.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c
index 13fe2e1704..e27dce00d9 100644
--- a/libs/gst/base/gstcollectpads.c
+++ b/libs/gst/base/gstcollectpads.c
@@ -346,7 +346,7 @@ gst_collect_pads_set_buffer_function (GstCollectPads * pads,
*/
/* NOTE allowing to change comparison seems not advisable;
no known use-case, and collaboration with default algorithm is unpredictable.
-If custom compairing/operation is needed, just use a collect function of
+If custom comparing/operation is needed, just use a collect function of
your own */
void
gst_collect_pads_set_compare_function (GstCollectPads * pads,