Fixed "synchronized" typos

This commit is contained in:
Klaus Basan
2016-11-14 22:51:26 +01:00
parent dff8db131f
commit cb2be14083
13 changed files with 22 additions and 22 deletions

View File

@@ -359,7 +359,7 @@ namespace BlackCore
models = CAircraftModelList::fromDatabaseJson(res);
}
// syncronized update
// synchronized update
const int n = models.size();
qint64 latestTimestamp = models.latestTimestampMsecsSinceEpoch();
if (n > 0 && latestTimestamp < 0)