From 814e774eff4a01e709978736e442c6ed0c0b81c8 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 31 May 2016 17:15:22 +0200 Subject: cmSearchPath: Fix typo in comment --- Source/cmSearchPath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v0.12 From bd4fef6406786d2d5f9ba4a2b1a7c2da23976740 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 31 May 2016 17:15:56 +0200 Subject: cmSourceFileLocation: Fix typo in comment --- Source/cmSourceFileLocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmSourceFileLocation.h b/Source/cmSourceFileLocation.h index af3651a..7989173 100644 --- a/Source/cmSourceFileLocation.h +++ b/Source/cmSourceFileLocation.h @@ -39,7 +39,7 @@ public: cmSourceFileLocation& operator=(const cmSourceFileLocation& loc); /** - * Return whether the givne source file location could refers to the + * Return whether the given source file location could refers to the * same source file as this location given the level of ambiguity in * each location. */ -- cgit v0.12