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

@ -44,7 +44,7 @@ extern "C" {
/*
* These are used for type provide some type safety to the C API (as opposed to
* using void *, but pointers to them are simply cast to the coresponding C++
* using void *, but pointers to them are simply cast to the corresponding C++
* types in the implementation.
*/
@ -225,7 +225,7 @@ void taglib_tag_free_strings();
******************************************************************************/
/*!
* Returns the lenght of the file in seconds.
* Returns the length of the file in seconds.
*/
int taglib_audioproperties_length(const TagLib_AudioProperties *audioProperties);