summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertyCommand.cxx
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.cxx
parentc0619861c9b4455c785c64d1d7b8cfcf8de5b9ae (diff)
downloadCMake-75cb8615e9fa1b81c8502d369c44849510e701a6.zip
CMake-75cb8615e9fa1b81c8502d369c44849510e701a6.tar.gz
CMake-75cb8615e9fa1b81c8502d369c44849510e701a6.tar.bz2
Fix typo in function name
Diffstat (limited to 'Source/cmSetPropertyCommand.cxx')
-rw-r--r--Source/cmSetPropertyCommand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSetPropertyCommand.cxx b/Source/cmSetPropertyCommand.cxx
index df6a38a..45fd43d 100644
--- a/Source/cmSetPropertyCommand.cxx
+++ b/Source/cmSetPropertyCommand.cxx
@@ -157,7 +157,7 @@ bool HandleSourceFileDirectoryScopeValidation(
return true;
}
-bool HandleAndValidateSourceFileDirectortoryScopes(
+bool HandleAndValidateSourceFileDirectoryScopes(
cmExecutionStatus& status, bool source_file_directory_option_enabled,
bool source_file_target_option_enabled,
std::vector<std::string>& source_file_directories,
@@ -324,7 +324,7 @@ bool cmSetPropertyCommand(std::vector<std::string> const& args,
std::vector<cmMakefile*> source_file_directory_makefiles;
bool file_scopes_handled =
- SetPropertyCommand::HandleAndValidateSourceFileDirectortoryScopes(
+ SetPropertyCommand::HandleAndValidateSourceFileDirectoryScopes(
status, source_file_directory_option_enabled,
source_file_target_option_enabled, source_file_directories,
source_file_target_directories, source_file_directory_makefiles);