aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/it
diff options
context:
space:
mode:
authorJonas Kvinge <jonas@jkvinge.net>2019-08-26 23:23:33 +0200
committerJonas Kvinge <jonas@jkvinge.net>2019-08-26 23:23:33 +0200
commite72a98903f34c9802907dfc8fd3fba16b9d2dc86 (patch)
tree233196f745e5db1cfa5c1bddfb464435fbe0db83 /taglib/it
parent79bc9ccf8ea5606da2a86e1bfb5439e73a146272 (diff)
Fix spelling and typos
Diffstat (limited to 'taglib/it')
-rw-r--r--taglib/it/itfile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/it/itfile.cpp b/taglib/it/itfile.cpp
index 19dee235..3b35f0d8 100644
--- a/taglib/it/itfile.cpp
+++ b/taglib/it/itfile.cpp
@@ -277,7 +277,7 @@ void IT::File::read(bool)
// in the instrument/sample names and more characters
// afterwards. The spec does not mention such a case.
// Currently I just discard anything after a nil, but
- // e.g. VLC seems to interprete a nil as a space. I
+ // e.g. VLC seems to interpret a nil as a space. I
// don't know what is the proper behaviour.
for(unsigned short i = 0; i < instrumentCount; ++ i) {
seek(192L + length + ((long)i << 2));