summaryrefslogtreecommitdiffstats
path: root/qmake/book/qmake-tutorial.leaf
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/book/qmake-tutorial.leaf')
-rw-r--r--qmake/book/qmake-tutorial.leaf2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/book/qmake-tutorial.leaf b/qmake/book/qmake-tutorial.leaf
index 5e1645fc..b300f059 100644
--- a/qmake/book/qmake-tutorial.leaf
+++ b/qmake/book/qmake-tutorial.leaf
@@ -199,7 +199,7 @@ you build your application with the console setting, you won't see the
output. We can easily put \e console on the CONFIG line so that on
Windows the makefile will have this setting. But let's say that we
only want to add the CONFIG line if we are running on Windows \e and when
-\e debug is already on the CONFIG line. This retquires using two
+\e debug is already on the CONFIG line. This requires using two
nested scopes; just create one scope, then create the other inside
that one. Put the settings to be processed inside the last scope,
like this: