summaryrefslogtreecommitdiffstats
path: root/Source/cmExecProgramCommand.h
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-18 16:38:38 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-18 16:38:38 (GMT)
commit1ccaa434cee75888ab2bd5611ff69c673803136e (patch)
treea08029f359253b029dadcc438944e553540fdba9 /Source/cmExecProgramCommand.h
parent99c9d77f213104cab263471a4e7c5e78ed5d2414 (diff)
downloadCMake-1ccaa434cee75888ab2bd5611ff69c673803136e.zip
CMake-1ccaa434cee75888ab2bd5611ff69c673803136e.tar.gz
CMake-1ccaa434cee75888ab2bd5611ff69c673803136e.tar.bz2
Fix typo
Diffstat (limited to 'Source/cmExecProgramCommand.h')
-rw-r--r--Source/cmExecProgramCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmExecProgramCommand.h b/Source/cmExecProgramCommand.h
index 3c79185..6a312ca 100644
--- a/Source/cmExecProgramCommand.h
+++ b/Source/cmExecProgramCommand.h
@@ -88,7 +88,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "EXEC_PROGRAM(Executble [Directory to run in])";
+ "EXEC_PROGRAM(Executable [Directory to run in])";
}
cmTypeMacro(cmExecProgramCommand, cmCommand);