1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-31 09:44:50 +01:00

macdeployqt: Fix typo

This commit is contained in:
Jonas Kvinge 2021-10-09 01:49:54 +02:00
parent de2b6d1dee
commit 0da0e0a6db

View File

@ -753,7 +753,7 @@ QString copyDylib(const FrameworkInfo &framework, const QString path)
return QString();
}
// Return if the dylib has aleardy been deployed
// Return if the dylib has already been deployed
if (QFileInfo(dylibDestinationBinaryPath).exists() && !alwaysOwerwriteEnabled)
return dylibDestinationBinaryPath;