Merge branch 'master' into google
[mdictionary] / src / mdictionary / backbone / History.cpp
index 1060d52..154abfa 100644 (file)
@@ -59,7 +59,7 @@ int History::maxSize() {
 
 void History::add(QString word) {
     if(currentElement != -1) {
-        //we search the same word so we don't add it again
+        //we search for the same word so we don't add it again
         if(_history[currentElement] == word)
             return;
     }