diff --git a/3rdparty/macdeployqt/shared.cpp b/3rdparty/macdeployqt/shared.cpp index 6ac4b2dc9..c7d42c2c0 100644 --- a/3rdparty/macdeployqt/shared.cpp +++ b/3rdparty/macdeployqt/shared.cpp @@ -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;