summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertyCommand.h
diff options
context:
space:
mode:
authorDeniz Bahadir <dbahadir@benocs.com>2020-09-29 09:41:50 (GMT)
committerDeniz Bahadir <dbahadir@benocs.com>2020-11-17 19:28:02 (GMT)
commit75cb8615e9fa1b81c8502d369c44849510e701a6 (patch)
tree71ffa81b773195b8b5b203155c854a6a6073e486 /Source/cmSetPropertyCommand.h
parentc0619861c9b4455c785c64d1d7b8cfcf8de5b9ae (diff)
downloadCMake-75cb8615e9fa1b81c8502d369c44849510e701a6.zip
CMake-75cb8615e9fa1b81c8502d369c44849510e701a6.tar.gz
CMake-75cb8615e9fa1b81c8502d369c44849510e701a6.tar.bz2
Fix typo in function name
Diffstat (limited to 'Source/cmSetPropertyCommand.h')
-rw-r--r--Source/cmSetPropertyCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSetPropertyCommand.h b/Source/cmSetPropertyCommand.h
index 89fdd9a..01bde65 100644
--- a/Source/cmSetPropertyCommand.h
+++ b/Source/cmSetPropertyCommand.h
@@ -25,7 +25,7 @@ bool HandleSourceFileDirectoryScopeValidation(
std::vector<std::string>& source_file_directories,
std::vector<std::string>& source_file_target_directories);
-bool HandleAndValidateSourceFileDirectortoryScopes(
+bool HandleAndValidateSourceFileDirectoryScopes(
cmExecutionStatus& status, bool source_directories_option_encountered,
bool source_target_directories_option_encountered,
std::vector<std::string>& source_directories,