Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / plugins / xdxf / xdxfplugin.h
index e825772..23444a0 100644 (file)
@@ -74,7 +74,7 @@ public:
       */
     DictDialog* dictDialog();
 
-    //! returns new, clean copy of plugin with setting set as in Settings*
+    //! returns new, clean copy of plugin with settings set as in Settings*
     CommonDictInterface* getNew(const Settings*) const;
 
     //! returns whether plugin can start searching
@@ -86,7 +86,7 @@ public:
     //! returns a unique hash for a dictionary
     uint hash() const;
 
-    //! sets unique value (unique for every dictionary not plugin)
+    //! sets unique value (unique for every dictionary, not plugin)
     void setHash(uint);
 
     //! returns current plugin settings
@@ -101,7 +101,7 @@ public:
     //! returns plugin icon
     QIcon* icon();
 
-    /*! plugin should delete any files (eg. cache) that has created and be ready
+    /*! plugin should delete any files (eg. cache) that have been created and are ready
         to be deleted
         */
     void clean();
@@ -146,8 +146,7 @@ private:
     QString searchFile(QString key);
 
     QString searchCache(QString key);
-
-    //! scan dictionary file to get information about it
+    //! scans dictionary file to get information about it
     void getDictionaryInfo();
 
     int countWords();