summaryrefslogtreecommitdiff
path: root/gst/debugutils/progressreport.c
diff options
context:
space:
mode:
authorAaron Boxer <aaron.boxer@collabora.com>2019-09-02 08:27:35 -0400
committerTim-Philipp Müller <tim@centricular.com>2019-10-05 22:38:11 +0000
commit46989dca9665f5a1b28a83f68415c91fee7bc051 (patch)
tree56bc5b94edec683ac98fd728ab5a0ff9f52762ef /gst/debugutils/progressreport.c
parent8173596ed2655fbf9c13b3e681b07c29085963f6 (diff)
documentation: fix a number of typos
Diffstat (limited to 'gst/debugutils/progressreport.c')
-rw-r--r--gst/debugutils/progressreport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/progressreport.c b/gst/debugutils/progressreport.c
index a3be8adc8..2767f2940 100644
--- a/gst/debugutils/progressreport.c
+++ b/gst/debugutils/progressreport.c
@@ -26,7 +26,7 @@
*
* The progressreport element can be put into a pipeline to report progress,
* which is done by doing upstream duration and position queries in regular
- * (real-time) intervals. Both the interval and the prefered query format
+ * (real-time) intervals. Both the interval and the preferred query format
* can be specified via the #GstProgressReport:update-freq and the
* #GstProgressReport:format property.
*