summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2016-05-31 17:15:22 +0200
committerBrad King <brad.king@kitware.com>2016-06-01 08:33:35 -0400
commit814e774eff4a01e709978736e442c6ed0c0b81c8 (patch)
tree2e7c65412f69e8fd3cf79578af190e07741c13a6 /Source
parentebcc13e1b3f4c21349ab50446f932a4c1ee03e51 (diff)
downloadcmake-814e774eff4a01e709978736e442c6ed0c0b81c8.tar.gz
cmSearchPath: Fix typo in comment
Diffstat (limited to 'Source')
-rw-r--r--Source/cmSearchPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSearchPath.h b/Source/cmSearchPath.h
index 4b37a3ab0a..835196fd19 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();