Merge branch 'cache' of ssh://drop.maemo.org/git/mdictionary into cache
[mdictionary] / trunk / src / plugins / xdxf / src / xdxfplugin.h
index e413e2c..f844971 100644 (file)
@@ -59,7 +59,7 @@ public:
     //! returns destination language code iso 639-2
     QString langTo() const;
 
-    //! returns dictionary name (like "old english" or so)
+    //! returns dictionary name (like "old English" or so)
     QString name() const;
 
     //! returns dictionary type (xdxf, google translate, etc)
@@ -69,7 +69,7 @@ public:
     QString infoNote() const;
 
     /*! returns DictDialog object that creates dialogs
-        for adding new dictionary and change plugin tings
+        for adding new dictionary and changing plugin things
       */
     DictDialog* dictDialog();
 
@@ -85,7 +85,7 @@ public:
     //! returns a unique hash for a dictionary
     uint hash() const;
 
-    //! set unique value (unique for every dictionary not plugin)
+    //! sets unique value (unique for every dictionary not plugin)
     void setHash(uint);
 
     //! returns current plugin settings
@@ -114,7 +114,7 @@ public Q_SLOTS:
     void stop();
 
 Q_SIGNALS:
-    //! emited with percent count of caching progress, and time elapsed from
+    //! emitted with percent count of caching progress, and time elapsed from
     //! last signal emit
     void updateCachingProgress(int, int);
 
@@ -158,10 +158,9 @@ private:
     QSqlDatabase db;
     QString db_name;
 
-    //! number of words in dicrionary
+    //! number of words in dictionary
     long _wordsCount;
 
-
     volatile bool stopped;
     Settings *_settings;
     XdxfDictDialog* _dictDialog;