mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
cmSearchPath: Fix typo in comment
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user