From 0da0e0a6db3ef341af41e0a67edae1a7a6c24f89 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 9 Oct 2021 01:49:54 +0200 Subject: [PATCH] macdeployqt: Fix typo --- 3rdparty/macdeployqt/shared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;