Fix typos

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-01-11 10:22:55 +01:00
parent 443a0377b4
commit 592e494d1a
51 changed files with 92 additions and 90 deletions

View File

@@ -807,7 +807,7 @@ MimeMapEntry::MimeMapEntry(const MimeType &t, int aLevel) :
* - Multiple inheritance (several subClassesOf) can occur
* - Provide quick lookup by name
* - Provide quick lookup by file type.
* This basically rules out some pointer-based tree, so the structure choosen
* This basically rules out some pointer-based tree, so the structure chosen
* is:
* - An alias map <QString->QString> for mapping aliases to types
* - A Map <QString-MimeMapEntry> for the types (MimeMapEntry being a pair of