diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-01-23 23:34:19 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-01-23 23:34:19 (GMT) |
commit | cebb599b53d856e5e1a2921338515fdfb012fb5f (patch) | |
tree | abf8daa358e6ec09476798626d47dad569ff34eb | |
parent | 11ad0bace4ce1dd39189885dcca7b42e2150c2b1 (diff) | |
download | CMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.zip CMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.tar.gz CMake-cebb599b53d856e5e1a2921338515fdfb012fb5f.tar.bz2 |
STYLE: fix typo
Alex
-rw-r--r-- | Source/cmReturnCommand.h | 2 |
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); |