diff options
Diffstat (limited to 'Source/cmTryCompileCommand.h')
-rw-r--r-- | Source/cmTryCompileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTryCompileCommand.h b/Source/cmTryCompileCommand.h index dee337a..dd1a71a 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -58,7 +58,7 @@ public: /** * This is the core code for try compile. It is here so that other * commands, such as TryRun can access the same logic without - * dumplication. + * duplication. */ static int CoreTryCompileCode( cmMakefile *mf, std::vector<std::string> const& argv, bool clean); |