summaryrefslogtreecommitdiffstats
path: root/qmake/book/qmake-quick.leaf
diff options
context:
space:
mode:
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