mirror of
https://github.com/taglib/taglib.git
synced 2025-11-15 22:23:05 -05:00
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:
@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user