aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/toolkit
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/toolkit
parent79bc9ccf8ea5606da2a86e1bfb5439e73a146272 (diff)
Fix spelling and typos
Diffstat (limited to 'taglib/toolkit')
-rw-r--r--taglib/toolkit/tfilestream.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/toolkit/tfilestream.cpp b/taglib/toolkit/tfilestream.cpp
index 20e1dfbc..94bd3362 100644
--- a/taglib/toolkit/tfilestream.cpp
+++ b/taglib/toolkit/tfilestream.cpp
@@ -264,7 +264,7 @@ void FileStream::insert(const ByteVector &data, unsigned long start, unsigned lo
// Now I'll explain the steps in this ugliness:
// First, make sure that we're working with a buffer that is longer than
- // the *differnce* in the tag sizes. We want to avoid overwriting parts
+ // the *difference* in the tag sizes. We want to avoid overwriting parts
// that aren't yet in memory, so this is necessary.
unsigned long bufferLength = bufferSize();