mirror of
https://github.com/taglib/taglib.git
synced 2026-02-07 16:00:22 -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:
@ -33,7 +33,7 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* This is an implementation of ID3v2 relative volume adjustment. The
|
||||
* presense of this frame makes it possible to specify an increase in volume
|
||||
* presence of this frame makes it possible to specify an increase in volume
|
||||
* for an audio file or specific audio tracks in that file.
|
||||
*
|
||||
* Multiple relative volume adjustment frames may be present in the tag
|
||||
|
||||
@ -212,7 +212,7 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* Sets the description of the frame to \a s. \a s must be unique. You can
|
||||
* check for the presense of another user defined text frame of the same type
|
||||
* check for the presence of another user defined text frame of the same type
|
||||
* using find() and testing for null.
|
||||
*/
|
||||
void setDescription(const String &s);
|
||||
|
||||
@ -261,7 +261,7 @@ namespace TagLib {
|
||||
|
||||
/*!
|
||||
* Returns the size of the frame data portion, as set when setData() was
|
||||
* called or set explicity via setFrameSize().
|
||||
* called or set explicitly via setFrameSize().
|
||||
*/
|
||||
uint frameSize() const;
|
||||
|
||||
@ -361,7 +361,7 @@ namespace TagLib {
|
||||
bool unsycronisation() const;
|
||||
|
||||
/*!
|
||||
* Returns true if the flag for a data lenght indicator is set.
|
||||
* Returns true if the flag for a data length indicator is set.
|
||||
*/
|
||||
bool dataLengthIndicator() const;
|
||||
|
||||
|
||||
@ -57,7 +57,7 @@ namespace TagLib {
|
||||
virtual ~XingHeader();
|
||||
|
||||
/*!
|
||||
* Returns true if the data was parsed properly and if there is a vaild
|
||||
* Returns true if the data was parsed properly and if there is a valid
|
||||
* Xing header present.
|
||||
*/
|
||||
bool isValid() const;
|
||||
|
||||
Reference in New Issue
Block a user