From e8d6accb9331cbfd07093fcbafc0d89be9054b68 Mon Sep 17 00:00:00 2001 From: Thibaut Cuvelier Date: Wed, 5 Oct 2022 02:01:05 +0200 Subject: [PATCH] Fix a typo in a comment Change-Id: I3ff1bd0d00fd56fa980bc86f71c557f8f833cb45 Reviewed-by: Luca Di Sera Reviewed-by: Paul Wicking --- cmake/QtDocsHelpers.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QtDocsHelpers.cmake b/cmake/QtDocsHelpers.cmake index 04114cb9219..eaf0b11fc5a 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()