summaryrefslogtreecommitdiffstats
path: root/cmake/QtExecutableHelpers.cmake
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-10 16:41:59 +0200
committerKai Köhne <kai.koehne@qt.io>2022-06-13 15:37:36 +0200
commit04cc705947a4f8e96f98f228a505774293c97840 (patch)
treed84d452f2dd1aa2703b8326029380f57fb49b086 /cmake/QtExecutableHelpers.cmake
parente07fea6fb405c6e9affe6e377ad99a98a740c5be (diff)
CMake: Fix typos
Found by codespell Pick-to: 6.4 Change-Id: I4907e423b6b345acf82f2d7e0ed62479719d694e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/QtExecutableHelpers.cmake')
-rw-r--r--cmake/QtExecutableHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtExecutableHelpers.cmake b/cmake/QtExecutableHelpers.cmake
index 80eb17e164..916cb4d03c 100644
--- a/cmake/QtExecutableHelpers.cmake
+++ b/cmake/QtExecutableHelpers.cmake
@@ -6,7 +6,7 @@
# The argument accepts 'Bootstrap' or 'None' values. If the argument value is set to
# 'Bootstrap' the Qt::Bootstrap library is linked to the executable instead of Qt::Core.
# The 'None' value points that core library is not necessary and avoids linking neither
-# Qt::Core or Qt::Bootstrap libraries. Otherwise the Qt::Core library will be publically
+# Qt::Core or Qt::Bootstrap libraries. Otherwise the Qt::Core library will be publicly
# linked to the executable target by default.
function(qt_internal_add_executable name)
qt_parse_all_arguments(arg "qt_internal_add_executable"