summaryrefslogtreecommitdiffstats
path: root/cmake/QtToolHelpers.cmake
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2022-06-10 16:41:59 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-06-13 16:00:21 +0000
commit43691ca7528d4dbf8f26cf3d2e0d1e4bd333078c (patch)
treeb967a2be451e5cbfe79acab7d7b35521f5c3e7bc /cmake/QtToolHelpers.cmake
parentbdfb65dc33055da4c246b48ee3d752802b4a92e3 (diff)
CMake: Fix typos
Found by codespell Change-Id: I4907e423b6b345acf82f2d7e0ed62479719d694e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit 04cc705947a4f8e96f98f228a505774293c97840) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake/QtToolHelpers.cmake')
-rw-r--r--cmake/QtToolHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtToolHelpers.cmake b/cmake/QtToolHelpers.cmake
index dac074481a..23d6256015 100644
--- a/cmake/QtToolHelpers.cmake
+++ b/cmake/QtToolHelpers.cmake
@@ -30,7 +30,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_tool target_name)
qt_tool_target_to_name(name ${target_name})