diff options
author | Kai Köhne <kai.koehne@qt.io> | 2022-06-10 16:41:59 +0200 |
---|---|---|
committer | Kai Köhne <kai.koehne@qt.io> | 2022-06-13 15:37:36 +0200 |
commit | 04cc705947a4f8e96f98f228a505774293c97840 (patch) | |
tree | d84d452f2dd1aa2703b8326029380f57fb49b086 /configure.cmake | |
parent | e07fea6fb405c6e9affe6e377ad99a98a740c5be (diff) | |
download | qtbase-04cc705947a4f8e96f98f228a505774293c97840.tar.gz |
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 'configure.cmake')
-rw-r--r-- | configure.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.cmake b/configure.cmake index d8d5f99a1d..c75f07fd40 100644 --- a/configure.cmake +++ b/configure.cmake @@ -1191,7 +1191,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 |