Skip to content
Snippets Groups Projects
Commit 814e774e authored by Tobias Hunger's avatar Tobias Hunger Committed by Brad King
Browse files

cmSearchPath: Fix typo in comment

parent ebcc13e1
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment