diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-08-13 00:25:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-08-24 18:58:49 (GMT) |
commit | aca65a9379526fb509ab5e86ae91143bc9e08d73 (patch) | |
tree | f2d31f100822c5ec03dbc677930ef740df2fcf8c /Source/cmTryCompileCommand.h | |
parent | 0897c3cf585853358ef7ec2bd180dbb2e3288b21 (diff) | |
download | CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.zip CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.tar.gz CMake-aca65a9379526fb509ab5e86ae91143bc9e08d73.tar.bz2 |
Maint: misc. typos
Found via `codespell`.
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 fbe0d78..8237878 100644 --- a/Source/cmTryCompileCommand.h +++ b/Source/cmTryCompileCommand.h @@ -16,7 +16,7 @@ class cmExecutionStatus; /** \class cmTryCompileCommand * \brief Specifies where to install some files * - * cmTryCompileCommand is used to test if soucre code can be compiled + * cmTryCompileCommand is used to test if source code can be compiled */ class cmTryCompileCommand : public cmCoreTryCompile { |