summaryrefslogtreecommitdiff
path: root/Source/cmQTWrapUICommand.h
diff options
context:
space:
mode:
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. "