aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-06-13 16:05:19 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-06-13 14:44:02 +0000
commit513363e940e0978931083544374bfe092107b9fb (patch)
tree958b49c79373eaed8dddcf8ded1105fdfed1afb6
parentfe98f10bc7a3d9e396528965a4d42e89a6d8e7d2 (diff)
Fix typo in code comment in qquicktumblerview.cpp
Change-Id: Ie12bbad5981af263d5dc8fcbb0e7674b9e823132 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
-rw-r--r--src/quickcontrols2/qquicktumblerview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quickcontrols2/qquicktumblerview.cpp b/src/quickcontrols2/qquicktumblerview.cpp
index 59f443d5..817ec370 100644
--- a/src/quickcontrols2/qquicktumblerview.cpp
+++ b/src/quickcontrols2/qquicktumblerview.cpp
@@ -170,7 +170,7 @@ void QQuickTumblerView::createView()
}
}
-// Called whever the size or visibleItemCount changes.
+// Called whenever the size or visibleItemCount changes.
void QQuickTumblerView::updateView()
{
QQuickItem *theView = view();