Merge pull request #11539 from Nex-Pro/patch-1

Fixed typo in qWarning message.
This commit is contained in:
Anthony Thibault 2017-10-09 12:10:27 -07:00 committed by GitHub
commit 13919907de

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();
}
};