summaryrefslogtreecommitdiff
path: root/cmakeconfig
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-26 09:01:32 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-07-06 10:52:49 +0200
commit9170072d472cf731aba948735fee66716602461f (patch)
treef7cde99f17073e709cde2c175de3a7677300fbf3 /cmakeconfig
parentb767e286252dfbd50c2f63a5e7c5202960e7b153 (diff)
downloadefl-9170072d472cf731aba948735fee66716602461f.tar.gz
Fix typos - (Part #2)
Fix some typos Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D12016
Diffstat (limited to 'cmakeconfig')
-rw-r--r--cmakeconfig/EolianHelper.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakeconfig/EolianHelper.cmake.in b/cmakeconfig/EolianHelper.cmake.in
index e79d3c8325..b1ca845bd1 100644
--- a/cmakeconfig/EolianHelper.cmake.in
+++ b/cmakeconfig/EolianHelper.cmake.in
@@ -47,14 +47,14 @@ function(eo_rule_create build_files relative_include_dirs)
${EOLIAN_EO_DIR_WITHOUT_NEWLINE}
)
- # convert relative to absolut
+ # convert relative to absolute
foreach(relative_include_dir ${relative_include_dirs})
list(APPEND include_dirs
${CMAKE_CURRENT_SOURCE_DIR}/${relative_include_dir}
)
endforeach()
- # work with the absolut paths
+ # work with the absolute paths
foreach(include_cmd ${include_dirs})
# build include cmd
string(CONCAT includes "${includes}" " -I${include_cmd}")