aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2022-05-01 13:10:11 +0200
committerHarald Sitter <sitter@kde.org>2022-05-01 13:10:11 +0200
commitb6c8b20c1047006f148a9376046e45e8f036b3bd (patch)
treead6de4c756496a2cf9bcfef40d2e5d2b0f186b21
parent0a624648a20d01a07849538abdb21655af4241b6 (diff)
downloadextra-cmake-modules-5.94.0.tar.gz
extra-cmake-modules-5.94.0.tar.bz2
-rw-r--r--modules/ECMFindQmlModule.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMFindQmlModule.cmake b/modules/ECMFindQmlModule.cmake
index 5d961af7..7b436f1d 100644
--- a/modules/ECMFindQmlModule.cmake
+++ b/modules/ECMFindQmlModule.cmake
@@ -10,7 +10,7 @@ Find QML import modules through a find_qmlmodule() call.
It uses the qmlplugindump application to find the plugins and sets them up as
runtime dependencies.
-This is useful so that when we configure a project we are noified when some
+This is useful so that when we configure a project we are notified when some
QML imports are not present in the system, thus having the application compilable
but fail at runtime.