summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-11-17 10:28:35 -0500
committerKen Martin <ken.martin@kitware.com>2005-11-17 10:28:35 -0500
commit5385811e6057f20ac6c8ef119cb26874e1d95914 (patch)
tree30fc26ac179853aa4ea6149b8a2e52a5b4d8b405 /Source/cmQTWrapUICommand.h
parentef5fe4b256e774e5d318c7b6ff416a52e72624bd (diff)
downloadcmake-5385811e6057f20ac6c8ef119cb26874e1d95914.tar.gz
STYLE: fix docs
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r--Source/cmQTWrapUICommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h
index ecfdaa7e4a..02b29f441a 100644
--- a/Source/cmQTWrapUICommand.h
+++ b/Source/cmQTWrapUICommand.h
@@ -73,7 +73,7 @@ public:
return
" QT_WRAP_UI(resultingLibraryName HeadersDestName\n"
" SourcesDestName SourceLists ...)\n"
- "Produce .h and .cxx files for all the .ui file listed "
+ "Produce .h and .cxx files for all the .ui files listed "
"in the SourceLists. "
"The .h files will be added to the library using the HeadersDestName"
"source list. "