diff options
author | KWSys Robot <kwrobot@kitware.com> | 2013-05-06 14:29:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:38:05 (GMT) |
commit | d0cdc687353cbba0ab844a360a23c71945c8370b (patch) | |
tree | 5bd5f53562ccea42a712c6b544c20579fd461c2c /SystemTools.hxx.in | |
parent | 327c982faf6a9f119b6547c099a6bbf2ee82e517 (diff) | |
download | CMake-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.hxx.in')
-rw-r--r-- | SystemTools.hxx.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SystemTools.hxx.in b/SystemTools.hxx.in index 9c56e96..e55d431 100644 --- a/SystemTools.hxx.in +++ b/SystemTools.hxx.in @@ -766,7 +766,7 @@ public: static kwsys_stl::string GetCurrentWorkingDirectory(bool collapse =true); /** - * Change directory the the directory specified + * Change directory to the directory specified */ static int ChangeDirectory(const char* dir); |