X-Git-Url: http://git.maemo.org/git/?p=qwerkisync;a=blobdiff_plain;f=SyncerThread.cpp;h=754123b69daa1a58335acf33d6313a0ad78d4e85;hp=2a5e3b134f041f57f6a245e72687fd0c55f5ac45;hb=4a1baeefcc50f4a511faeb5dca72dcac61006522;hpb=4a42d572d56c1f913fe1a98f79ecd4853b53622d diff --git a/SyncerThread.cpp b/SyncerThread.cpp index 2a5e3b1..754123b 100644 --- a/SyncerThread.cpp +++ b/SyncerThread.cpp @@ -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 > newHashesByPath;