summaryrefslogtreecommitdiffstats
path: root/qmake/book/qmake-quick.leaf
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /qmake/book/qmake-quick.leaf
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'qmake/book/qmake-quick.leaf')
-rw-r--r--qmake/book/qmake-quick.leaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/book/qmake-quick.leaf b/qmake/book/qmake-quick.leaf
index a202bcb1..135e9fa6 100644
--- a/qmake/book/qmake-quick.leaf
+++ b/qmake/book/qmake-quick.leaf
@@ -24,7 +24,7 @@ until later on in the manual.
\endcode
This line specifies the source files that implement the application. In this
-case there is just one file, \e hello.cpp. Most applications retquire
+case there is just one file, \e hello.cpp. Most applications require
multiple files; this situation is dealt with by listing all the files
on the same line space separated, like this:
\code