Merge branch 'master' of https://vcs.maemo.org/git/qwerkisync
[qwerkisync] / SyncerThread.cpp
index 2a5e3b1..754123b 100644 (file)
@@ -167,7 +167,7 @@ void SyncerThread::run()
                        foreach(iHashable::Hash hash, newHashes)
                                qDebug() << hash << endl;
 
-                       // Now an optimisation: group the new hases by the files they come
+                       // Now an optimisation: group the new hashes by the files they come
                        // from. This enables each file to only be parsed once and return
                        // all the required events from it.
                        QHash<QString, QList<iHashable::Hash> > newHashesByPath;