summaryrefslogtreecommitdiffstats
path: root/SystemTools.cxx
diff options
context:
space:
mode:
authorKWSys Robot <kwrobot@kitware.com>2013-05-06 14:29:55 (GMT)
committerBrad King <brad.king@kitware.com>2013-05-07 12:38:05 (GMT)
commitd0cdc687353cbba0ab844a360a23c71945c8370b (patch)
tree5bd5f53562ccea42a712c6b544c20579fd461c2c /SystemTools.cxx
parent327c982faf6a9f119b6547c099a6bbf2ee82e517 (diff)
downloadCMake-d0cdc687353cbba0ab844a360a23c71945c8370b.zip
CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.gz
CMake-d0cdc687353cbba0ab844a360a23c71945c8370b.tar.bz2
KWSys 2013-05-06 (f4928d44)
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ f4928d44 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 709fb5c1..f4928d44 Andreas Mohr (1): f4928d44 Fix spelling and typos in comments and method documentation Change-Id: I64109c176370a9f10a22da21bc81bd9306a80431
Diffstat (limited to 'SystemTools.cxx')
-rw-r--r--SystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTools.cxx b/SystemTools.cxx
index d816b17..394d65e 100644
--- a/SystemTools.cxx
+++ b/SystemTools.cxx
@@ -4002,7 +4002,7 @@ void SystemTools::SplitProgramFromArgs(const char* path,
args = dir.substr(spacePos, dir.size()-spacePos);
return;
}
- // Now try and find the the program in the path
+ // Now try and find the program in the path
findProg = SystemTools::FindProgram(tryProg.c_str(), e);
if(findProg.size())
{