summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-16 11:57:36 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-16 11:57:36 -0500
commit89f3e97730cf613a35583a1b9b527fc6f5561d91 (patch)
tree9f5d21873b66f91bb1bf73cad74617df670e83ad
parente3876623f67f59050cd432437ed0ce86533ef507 (diff)
downloadcmake-89f3e97730cf613a35583a1b9b527fc6f5561d91.tar.gz
STYLE: fix docs
-rw-r--r--Source/cmFLTKWrapUICommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h
index 690380fc58..1cd47ce19a 100644
--- a/Source/cmFLTKWrapUICommand.h
+++ b/Source/cmFLTKWrapUICommand.h
@@ -74,7 +74,7 @@ public:
" source2 ... sourceN )\n"
"Produce .h and .cxx files for all the .fl and .fld files listed. "
"The resulting .h and .cxx files will be added to a variable named "
- "resultingLibraryName_FLTK_UI_SRCS whcih should be added to your "
+ "resultingLibraryName_FLTK_UI_SRCS which should be added to your "
"library.";
}