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
+1 -1
View File
@@ -90,7 +90,7 @@ namespace TagLib {
public:
virtual ~FileTypeResolver() {}
/*!
* This method must be overriden to provide an additional file type
* This method must be overridden to provide an additional file type
* resolver. If the resolver is able to determine the file type it should
* return a valid File object; if not it should return 0.
*