diff options
author | Brad King <brad.king@kitware.com> | 2016-06-01 13:04:48 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-06-01 13:04:48 (GMT) |
commit | 4062d6d69419fa072bf9394ee1de9cab468113e0 (patch) | |
tree | bd3070b63bdac18a4eee0866a4d08733889128e3 /Source/cmSearchPath.h | |
parent | 7642dde19e096826c22f5305bcb2dc3aa767a4a3 (diff) | |
parent | bd4fef6406786d2d5f9ba4a2b1a7c2da23976740 (diff) | |
download | CMake-4062d6d69419fa072bf9394ee1de9cab468113e0.zip CMake-4062d6d69419fa072bf9394ee1de9cab468113e0.tar.gz CMake-4062d6d69419fa072bf9394ee1de9cab468113e0.tar.bz2 |
Merge topic 'minor-cleanups'
bd4fef64 cmSourceFileLocation: Fix typo in comment
814e774e cmSearchPath: Fix typo in comment
Diffstat (limited to 'Source/cmSearchPath.h')
-rw-r--r-- | Source/cmSearchPath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSearchPath.h b/Source/cmSearchPath.h index 4b37a3a..835196f 100644 --- a/Source/cmSearchPath.h +++ b/Source/cmSearchPath.h @@ -26,7 +26,7 @@ class cmSearchPath { public: // cmSearchPath must be initialized from a valid pointer. The only reason - // for teh default is to allow it to be easily used in stl containers. + // for the default is to allow it to be easily used in stl containers. // Attempting to initialize with a NULL value will fail an assertion cmSearchPath(cmFindCommon* findCmd = 0); ~cmSearchPath(); |