summaryrefslogtreecommitdiffstats
path: root/qmake/book/qmake-tutorial.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-tutorial.leaf
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
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 5e1645fc0..b300f0597 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: