mirror of
https://github.com/RGBCube/serenity
synced 2025-07-03 05:32:13 +00:00
Meta: Fix typos
This commit is contained in:
parent
cd7ec294db
commit
9ec9886b04
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ function(export_components_helper file_name current_dir)
|
||||||
foreach(target IN LISTS targets)
|
foreach(target IN LISTS targets)
|
||||||
get_target_property(type "${target}" TYPE)
|
get_target_property(type "${target}" TYPE)
|
||||||
if (type STREQUAL "INTERFACE_LIBRARY")
|
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()
|
endif()
|
||||||
get_target_property(component_name "${target}" SERENITY_COMPONENT_NAME)
|
get_target_property(component_name "${target}" SERENITY_COMPONENT_NAME)
|
||||||
if(NOT "${component_name}" STREQUAL "")
|
if(NOT "${component_name}" STREQUAL "")
|
||||||
|
|
|
@ -951,7 +951,7 @@ static void normalize_script_extensions(PropList& script_extensions, PropList co
|
||||||
|
|
||||||
// Lastly, the Common and Inherited script extensions are special. They must not contain any
|
// Lastly, the Common and Inherited script extensions are special. They must not contain any
|
||||||
// code points which appear in other script extensions. The ScriptExtensions UCD file does not
|
// code points which appear in other script extensions. The ScriptExtensions UCD file does not
|
||||||
// list these extensions, therefore this peculiarity must be handled programatically.
|
// list these extensions, therefore this peculiarity must be handled programmatically.
|
||||||
// https://www.unicode.org/reports/tr24/#Assignment_ScriptX_Values
|
// https://www.unicode.org/reports/tr24/#Assignment_ScriptX_Values
|
||||||
auto code_point_has_other_extension = [&](StringView key, u32 code_point) {
|
auto code_point_has_other_extension = [&](StringView key, u32 code_point) {
|
||||||
for (auto const& extension : extensions) {
|
for (auto const& extension : extensions) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue