From 194b1b1e38924233e165c87d85d4602f05207a65 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Fri, 27 Jan 2006 12:58:53 -0500 Subject: STYLE: spelling fix --- Source/cmOptionCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmOptionCommand.h b/Source/cmOptionCommand.h index 2facc8e..9c6d99d 100644 --- a/Source/cmOptionCommand.h +++ b/Source/cmOptionCommand.h @@ -60,7 +60,7 @@ public: virtual const char* GetFullDocumentation() { return - " OPTION(OPTION_VAR \"help string decribing option\"\n" + " OPTION(OPTION_VAR \"help string describing option\"\n" " [initial value])\n" "Provide an option for the user to select as ON or OFF. If no " "initial value is provided, OFF is used."; -- cgit v0.12