aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickscrollbar.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2019-03-28 15:01:34 +0100
committerMitch Curtis <mitch.curtis@qt.io>2019-03-28 14:31:37 +0000
commitd0f6b28618f7252f3f7c915a6a91a153f350e354 (patch)
treeb11d01157bc90b03f691712859a2ac3d1ac9137a /src/quicktemplates2/qquickscrollbar.cpp
parent10023b188bb84d631fea53baa9ce5997f3fc286d (diff)
Fix typo in ScrollBar's documentation
Change-Id: I3a26f24ad16f6330715ce62151895f28e4b856d3 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/quicktemplates2/qquickscrollbar.cpp')
-rw-r--r--src/quicktemplates2/qquickscrollbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates2/qquickscrollbar.cpp b/src/quicktemplates2/qquickscrollbar.cpp
index 9e6fe684..52daa27f 100644
--- a/src/quicktemplates2/qquickscrollbar.cpp
+++ b/src/quicktemplates2/qquickscrollbar.cpp
@@ -129,7 +129,7 @@ QT_BEGIN_NAMESPACE
It is possible to create an instance of ScrollBar without using the
attached property API. This is useful when the behavior of the attached
- scoll bar is not sufficient or a \l Flickable is not in use. In the
+ scroll bar is not sufficient or a \l Flickable is not in use. In the
following example, horizontal and vertical scroll bars are used to
scroll over the text without using \l Flickable: