Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / mdictionary / gui / SearchBarWidget.h
index 09e1e8e..71d33cb 100644 (file)
@@ -99,15 +99,15 @@ public Q_SLOTS:
     //! Starts to search for given word after 500 ms delay
     /*!
       Sets word as text in search word line edit, and waits 500 ms to start
-      search. If in meanwhile this slot is called again it will stop previous
+      search. If in the meantime this slot is called again it will stop previous
       timers.
     */
     void searchDelay(QString word);
 
     //! Updates state of history buttons
     /*!
-      \param prev if set to true, the history have some previous words
-      \param next if set to true, the history have some next words
+      \param prev if set to true, the history has some previous words
+      \param next if set to true, the history has some next words
       \param list if set to true, the history can show word list
     */
     void updateHistoryButtons(bool prev, bool next, bool list);
@@ -119,7 +119,7 @@ private Q_SLOTS:
     //! Starts to search for given words
     void searchPushButtonClicked();
 
-    //! starts to search word wich was passed to searchDelay
+    //! starts to search word which was passed to searchDelay
     void delaySearchTimeout();
 
     //! shows history