summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-10-06 11:52:36 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2016-10-28 19:40:47 +0000
commit401172a1986f834cf2010c3af988b3234c47abe2 (patch)
tree18c4f0ca41cc6cf06097c46f9e97f47d6f20923b
parentd16d56a05ee9219ba6b7985b56a7bd69fb248875 (diff)
Doc: Fix typos: handing > handling
Change-Id: Iecc64cba620ec639d06684e30264171052f21e10 Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com>
-rw-r--r--examples/widgets/doc/src/calculator.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/calculator.qdoc b/examples/widgets/doc/src/calculator.qdoc
index 8d00bc7512..ea5051ce0a 100644
--- a/examples/widgets/doc/src/calculator.qdoc
+++ b/examples/widgets/doc/src/calculator.qdoc
@@ -261,7 +261,7 @@
\snippet widgets/calculator/calculator.cpp 20
- Like in \c additiveOperatorClicked(), we start by handing any
+ Like in \c additiveOperatorClicked(), we start by handling any
pending multiplicative and additive operators. Then we display \c
sumSoFar and reset the variable to zero. Resetting the variable
to zero is necessary to avoid counting the value twice.