diff --git a/CMakeLists.txt b/CMakeLists.txt index ae224798cb..3ac323ea13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,7 +131,7 @@ function(link_to_source base_name) set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") endif() - # Linking to non-existant file is not desirable. At best you will have a + # Linking to non-existent file is not desirable. At best you will have a # dangling link, but when building in tree, this can create a symbolic link # to itself. if (EXISTS ${target} AND NOT EXISTS ${link})