diff options
| author | Topi Reinio <topi.reinio@theqtcompany.com> | 2016-10-06 11:52:36 +0200 |
|---|---|---|
| committer | Topi Reiniƶ <topi.reinio@qt.io> | 2016-10-28 19:40:47 +0000 |
| commit | 401172a1986f834cf2010c3af988b3234c47abe2 (patch) | |
| tree | 18c4f0ca41cc6cf06097c46f9e97f47d6f20923b /examples/widgets/doc/src | |
| parent | d16d56a05ee9219ba6b7985b56a7bd69fb248875 (diff) | |
Doc: Fix typos: handing > handling
Change-Id: Iecc64cba620ec639d06684e30264171052f21e10
Reviewed-by: Nico Vertriest <nico.vertriest@theqtcompany.com>
Diffstat (limited to 'examples/widgets/doc/src')
| -rw-r--r-- | examples/widgets/doc/src/calculator.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/calculator.qdoc b/examples/widgets/doc/src/calculator.qdoc index 8d00bc7512a..ea5051ce0ad 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. |
