diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 11:57:36 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 11:57:36 -0500 |
commit | 89f3e97730cf613a35583a1b9b527fc6f5561d91 (patch) | |
tree | 9f5d21873b66f91bb1bf73cad74617df670e83ad /Source/cmFLTKWrapUICommand.h | |
parent | e3876623f67f59050cd432437ed0ce86533ef507 (diff) | |
download | cmake-89f3e97730cf613a35583a1b9b527fc6f5561d91.tar.gz |
STYLE: fix docs
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r-- | Source/cmFLTKWrapUICommand.h | 2 |
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."; } |