summaryrefslogtreecommitdiff
path: root/gst/audioresample
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-08-29 13:42:39 -0400
committerThibault Saunier <tsaunier@gnome.org>2019-08-30 13:05:36 +0000
commit909baa2360f7ba7b6e2e27a2ad565e3142630abe (patch)
tree0455c49f77744b7b7c32da90d29e08c96bd2e913 /gst/audioresample
parentcbd411061130f29316aeb62c80fe4acd813d15a0 (diff)
downloadgstreamer-plugins-base-909baa2360f7ba7b6e2e27a2ad565e3142630abe.tar.gz
Pass the code through codespell
Diffstat (limited to 'gst/audioresample')
-rw-r--r--gst/audioresample/gstaudioresample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/gstaudioresample.c b/gst/audioresample/gstaudioresample.c
index fc73af64f..a56bcdfe3 100644
--- a/gst/audioresample/gstaudioresample.c
+++ b/gst/audioresample/gstaudioresample.c
@@ -287,7 +287,7 @@ gst_audio_resample_transform_caps (GstBaseTransform * base,
/* transform single caps into input_caps + input_caps with the rate
* field set to our supported range. This ensures that upstream knows
- * about downstream's prefered rate(s) and can negotiate accordingly. */
+ * about downstream's preferred rate(s) and can negotiate accordingly. */
res = gst_caps_new_empty ();
n = gst_caps_get_size (caps);
for (i = 0; i < n; i++) {