summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-10-05 02:01:05 +0200
committerThibaut Cuvelier <cuvelier.thibaut@gmail.com>2022-10-18 18:09:55 +0200
commite8d6accb9331cbfd07093fcbafc0d89be9054b68 (patch)
tree032d0d0ad91d1aabdf9a34d397c0209d329acca4 /cmake
parentdd0eb89d2e3b196343cbf322b0f35ea0b54f0814 (diff)
Fix a typo in a comment
Change-Id: I3ff1bd0d00fd56fa980bc86f71c557f8f833cb45 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtDocsHelpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QtDocsHelpers.cmake b/cmake/QtDocsHelpers.cmake
index 04114cb921..eaf0b11fc5 100644
--- a/cmake/QtDocsHelpers.cmake
+++ b/cmake/QtDocsHelpers.cmake
@@ -28,7 +28,7 @@ function(qt_internal_add_docs)
set(target ${ARGV0})
set(doc_project ${ARGV1})
- # If a target is not built (which can happen for tools when crosscompiling, we shouldn't try
+ # If a target is not built (which can happen for tools when crosscompiling), we shouldn't try
# to generate docs.
if(NOT TARGET "${target}")
return()