summaryrefslogtreecommitdiffstats
path: root/Source/cmReturnCommand.h
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2008-01-23 23:34:19 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2008-01-23 23:34:19 (GMT)
commitcebb599b53d856e5e1a2921338515fdfb012fb5f (patch)
treeabf8daa358e6ec09476798626d47dad569ff34eb /Source/cmReturnCommand.h
parent11ad0bace4ce1dd39189885dcca7b42e2150c2b1 (diff)
downloadCMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.zip
CMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.tar.gz
CMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.tar.bz2
STYLE: fix typo
Alex
Diffstat (limited to 'Source/cmReturnCommand.h')
-rw-r--r--Source/cmReturnCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmReturnCommand.h b/Source/cmReturnCommand.h
index f10a5fd..d75cda5 100644
--- a/Source/cmReturnCommand.h
+++ b/Source/cmReturnCommand.h
@@ -71,7 +71,7 @@ public:
"encountered, it caused process of the current function or "
"directory to stop and control is return to the caller of the "
"function, or the parent directory if any. Note that a macro "
- "is not a function and does not handle return liek a function does.";
+ "is not a function and does not handle return like a function does.";
}
cmTypeMacro(cmReturnCommand, cmCommand);