summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-13 16:26:01 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-13 16:26:45 +0200
commit5d24897d356bdc4f869cd7dfbe8114e652a34b9e (patch)
tree1ce06ebd0a4359006a00820967fcf2b77a84edc1 /examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
parentb6ee023cedb7e249a8dd94ae79b7ce61884adadf (diff)
Fix typo in docs
Change-Id: Iad4d07765b9f1310baf3b43d5307906c9887bca6 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>
Diffstat (limited to 'examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc')
-rw-r--r--examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
index 723ad826..352e2a36 100644
--- a/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
+++ b/examples/datavisualization/qmloscilloscope/doc/src/qmloscilloscope.qdoc
@@ -49,7 +49,7 @@
\snippet qmloscilloscope/datasource.cpp 0
- The secod method, \c update(), copies one set of the cached data into another array, which we
+ The second method, \c update(), copies one set of the cached data into another array, which we
set to the data proxy of the series by calling QSurfaceDataProxy::resetArray().
We reuse the same array if the array dimensions have not changed to minimize overhead: