summaryrefslogtreecommitdiff
path: root/Meta/CMake/serenity_components.cmake
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2021-09-30 19:57:52 -0400
committerLinus Groh <mail@linusgroh.de>2021-10-01 01:06:40 +0100
commit9ec9886b04b1388c3996d11e516cda6cc6052dba (patch)
tree35af23dd2e608418b3d46672eb8a0d7162550913 /Meta/CMake/serenity_components.cmake
parentcd7ec294db8f0eb0f1d828c6c56331f32aa79015 (diff)
downloadserenity-9ec9886b04b1388c3996d11e516cda6cc6052dba.zip
Meta: Fix typos
Diffstat (limited to 'Meta/CMake/serenity_components.cmake')
-rw-r--r--Meta/CMake/serenity_components.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/CMake/serenity_components.cmake b/Meta/CMake/serenity_components.cmake
index d2b5d475a0..579296ff75 100644
--- a/Meta/CMake/serenity_components.cmake
+++ b/Meta/CMake/serenity_components.cmake
@@ -44,7 +44,7 @@ function(export_components_helper file_name current_dir)
foreach(target IN LISTS targets)
get_target_property(type "${target}" TYPE)
if (type STREQUAL "INTERFACE_LIBRARY")
- continue() # Custom properties are not allowed to be set on INTERFACE libaries
+ continue() # Custom properties are not allowed to be set on INTERFACE libraries
endif()
get_target_property(component_name "${target}" SERENITY_COMPONENT_NAME)
if(NOT "${component_name}" STREQUAL "")