Apply suggestions from code review

This commit is contained in:
Andrei Yankovich 2021-05-02 20:10:01 +03:00 committed by GitHub
parent 89028ed5ad
commit 204d617dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ void Extracter::copyFiles() {
if (!QuasarAppUtils::Params::isEndable("noStrip") && !_fileManager->strip(cnf->getTargetDir())) {
QuasarAppUtils::Params::log("Fail to strip libraries!");
QuasarAppUtils::Params::log("Failed to strip libraries!");
}
copyExtraData(_packageDependencyes[i.key()].extraData(), i.key());

View File

@ -259,7 +259,7 @@ void MetaFileManager::createRunMetaFiles(const QHash<QString, DeployCore::QtModu
}
if (!createQConf(i.key())) {
QuasarAppUtils::Params::log("Failt to create qt.conf file", QuasarAppUtils::Warning);
QuasarAppUtils::Params::log("Failed to create the qt.conf file", QuasarAppUtils::Warning);
}
}
}