summaryrefslogtreecommitdiffstats
path: root/SharedForward.h.in
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 /SharedForward.h.in
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 'SharedForward.h.in')
-rw-r--r--SharedForward.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/SharedForward.h.in b/SharedForward.h.in
index 8521099..8bbc74a 100644
--- a/SharedForward.h.in
+++ b/SharedForward.h.in
@@ -772,7 +772,7 @@ static int kwsys_shared_forward_get_settings(const char* self_path,
const char** dir;
for(dir = search_path; *dir; ++dir)
{
- /* Add seperator between path components. */
+ /* Add separator between path components. */
if(dir != search_path)
{
strcat(ldpath, kwsys_shared_forward_path_sep);