summaryrefslogtreecommitdiff
path: root/ext/taglib
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 /ext/taglib
parent8173596ed2655fbf9c13b3e681b07c29085963f6 (diff)
downloadgstreamer-plugins-good-46989dca9665f5a1b28a83f68415c91fee7bc051.tar.gz
documentation: fix a number of typos
Diffstat (limited to 'ext/taglib')
-rw-r--r--ext/taglib/gstid3v2mux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/taglib/gstid3v2mux.cc b/ext/taglib/gstid3v2mux.cc
index e342bccae..bc0427c4e 100644
--- a/ext/taglib/gstid3v2mux.cc
+++ b/ext/taglib/gstid3v2mux.cc
@@ -741,7 +741,7 @@ foreach_add_tag (const GstTagList * list, const gchar * tag, gpointer userdata)
GST_LOG ("Processing tag %s (num=%u)", tag, num_tags);
if (num_tags > 1 && gst_tag_is_fixed (tag)) {
- GST_WARNING ("Multiple occurences of fixed tag '%s', ignoring some", tag);
+ GST_WARNING ("Multiple occurrences of fixed tag '%s', ignoring some", tag);
num_tags = 1;
}