]> Git trees. - libqmvoc.git/commitdiff
krazy: Check for spelling errors
authorEckhart Wörner <ewoerner@kde.org>
Sat, 27 Sep 2008 22:16:35 +0000 (22:16 +0000)
committerEckhart Wörner <ewoerner@kde.org>
Sat, 27 Sep 2008 22:16:35 +0000 (22:16 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=865516

keduvocdocument/keduvoccontainer.h
keduvocdocument/keduvockvtml2reader.cpp

index 3067123418785d12b52dc2941e959076c6e925d3..42e464d4b13e5f5f6af668c775be6e1535909a0b 100644 (file)
@@ -138,7 +138,7 @@ public:
     /**
      * Remove grades from all entries of this lessons
      * @param translation which translation to remove. -1 for all.
-     * @param recursive wether to include child lessons
+     * @param recursive whether to include child lessons
      */
     void resetGrades(int translation, EnumEntriesRecursive recursive);
 
index d09a3b8b6eccde5e5fb812410af8f96eb730cd49..3aa8beada97c2158178a3e0142054a4b9afdbe08 100644 (file)
@@ -149,7 +149,7 @@ bool KEduVocKvtml2Reader::readGroups( QDomElement &domElementParent )
 
     QDomElement currentElement;
 
-    // ensure backwards compability - in kde 4.1 and earlier tenses were direct properties of the document class.
+    // ensure backwards compatibility - in kde 4.1 and earlier tenses were direct properties of the document class.
     // now they are moved into the individual identifiers
     QStringList tensesCompability;
     groupElement = groupElement.firstChildElement( KVTML_TENSES );