corrected some linguistic errors, changed emit to Q_EMIT in xdxfplugin.cpp
[mdictionary] / trunk / src / plugins / xdxf / src / XdxfSettingsDialog.h
index da1cc5e..abcf16c 100644 (file)
@@ -38,10 +38,10 @@ public:
 
     static Settings* getSettings(XdxfPlugin* plugin, QWidget *parent);
 
-    //! Returns choosen by user dictionary file path
+    //! Returns dictionary file path chosen by user
     QString dicitonaryFilePath();
 
-    //! Returns if user want to cache dictionary
+    //! Returns if user wants to cache dictionary
     bool generateCache();
 
 private Q_SLOTS: