Fixed typo in qWarning message.

This commit is contained in:
Nex-Pro 2017-10-06 18:42:02 +01:00 committed by GitHub
parent 051b63503c
commit 24974fdae3

View file

@ -78,7 +78,7 @@ void ATPAssetMigrator::loadEntityServerFile() {
request->send();
} else {
++_errorCount;
qWarning() << "Count not create request for asset at" << migrationURL.toString();
qWarning() << "Could not create request for asset at" << migrationURL.toString();
}
};