From cebb599b53d856e5e1a2921338515fdfb012fb5f Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 23 Jan 2008 18:34:19 -0500 Subject: [PATCH] STYLE: fix typo Alex --- Source/cmReturnCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmReturnCommand.h b/Source/cmReturnCommand.h index f10a5fdcb..d75cda529 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);