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

@ -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

View File

@ -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);

View File

@ -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;

View File

@ -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;