diff options
author | Tobias Hunger <tobias.hunger@qt.io> | 2016-05-31 15:15:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-06-01 12:33:35 (GMT) |
commit | 814e774eff4a01e709978736e442c6ed0c0b81c8 (patch) | |
tree | 2e7c65412f69e8fd3cf79578af190e07741c13a6 /Source | |
parent | ebcc13e1b3f4c21349ab50446f932a4c1ee03e51 (diff) | |
download | CMake-814e774eff4a01e709978736e442c6ed0c0b81c8.zip CMake-814e774eff4a01e709978736e442c6ed0c0b81c8.tar.gz CMake-814e774eff4a01e709978736e442c6ed0c0b81c8.tar.bz2 |
cmSearchPath: Fix typo in comment
Diffstat (limited to 'Source')
-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(); |