summaryrefslogtreecommitdiffstats
path: root/configure.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 /configure.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 'configure.cmake')
-rw-r--r--configure.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake
index 381bcf7bd1..f7296a0a1b 100644
--- a/configure.cmake
+++ b/configure.cmake
@@ -1167,7 +1167,7 @@ qt_configure_add_report_entry(
# special case begin
# qt_configure_add_report_entry(
# TYPE ERROR
-# MESSAGE "Debug build wihtout Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release."
+# MESSAGE "Debug build without Release build is not currently supported on ios see QTBUG-71990. Use -debug-and-release."
# CONDITION IOS AND QT_FEATURE_debug AND NOT QT_FEATURE_debug_and_release
# )
# special case end