summaryrefslogtreecommitdiffstats
path: root/examples/scxml/pinball/doc
diff options
context:
space:
mode:
authorTamas Martinec <tamas.martinec@symbio.com>2021-03-09 11:43:13 +0200
committerTamas Martinec <tamas.martinec@symbio.com>2021-03-10 10:34:28 +0200
commit1e560247964957c51d1c645ef4e0af31429fe0a9 (patch)
tree6c93d335cc00ae086b1f69165fd28f3fa8ad6a49 /examples/scxml/pinball/doc
parentbd1f00bb67c1e4a10774fdfdf6f0a0fd513ee50d (diff)
QtScxml: Fix spelling in example documentation
Pick-to: 6.1 Task-number: QTBUG-89834 Change-Id: I6d24eeeddaac69ed2f4c74c77344452dee457a78 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'examples/scxml/pinball/doc')
-rw-r--r--examples/scxml/pinball/doc/src/pinball.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scxml/pinball/doc/src/pinball.qdoc b/examples/scxml/pinball/doc/src/pinball.qdoc
index 5cf9f1d..698cd00 100644
--- a/examples/scxml/pinball/doc/src/pinball.qdoc
+++ b/examples/scxml/pinball/doc/src/pinball.qdoc
@@ -200,7 +200,7 @@
which means that if you have not hit a target yet, the target is blinking,
indicating that it is currently worth hitting. This blinking
means that the light state switches between on and off at short intervals,
- while the target state is continouosly off, because it has not been hit yet.
+ while the target state is continuously off, because it has not been hit yet.
The author of a pinball table can decide that
after a target is hit (that is, after the target state switches to on)
the target's light is continuously turned off or on or the intervals between
@@ -306,7 +306,7 @@
\c goToHurryOn event occurs and from \c hurryStateOn to \c hurryStateOff
when the \c goToHurryOff event occurs. When we exit the \c hurryStateOn
state, we cancel the possibly pending delayed event that was marked with
- \c hurryId. This is important in case the five secons have not elapsed yet,
+ \c hurryId. This is important in case the five seconds have not elapsed yet,
but players have collected all the five letters in the hurry state. We then
collect the jackpot and want the pending timer to finish.