A few spelling fixes, identified using krazy.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@618883 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Brad Hards
2007-01-02 11:54:03 +00:00
parent 5760457f5f
commit b9c7c6ae5f
16 changed files with 20 additions and 20 deletions

View File

@ -150,7 +150,7 @@ bool FLAC::File::save()
// A Xiph comment portion of the data stream starts with a 4-byte descriptor.
// The first byte indicates the frame type. The last three bytes are used
// to give the lenght of the data segment. Here we start
// to give the length of the data segment. Here we start
ByteVector data = ByteVector::fromUInt(d->xiphCommentData.size());