aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquicktext.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-05-06 14:04:27 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-07 12:36:53 +0200
commit37ab32ca28430449d05e3fcbaf13a331cc5ed35b (patch)
tree6985a5c5c3f6398d86e60b072d2137261761898a /src/quick/items/qquicktext.cpp
parent6da1090cfd7918fdacfea3ed20ac63c962928b36 (diff)
Fix typo in QQuickText documentation.
Change-Id: Ic2e96e881fe13bcac11e7c172963e2c1e9928256 Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/quick/items/qquicktext.cpp')
-rw-r--r--src/quick/items/qquicktext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquicktext.cpp b/src/quick/items/qquicktext.cpp
index 312cd483e2..cbdea3917a 100644
--- a/src/quick/items/qquicktext.cpp
+++ b/src/quick/items/qquicktext.cpp
@@ -2359,7 +2359,7 @@ void QQuickText::setLineHeightMode(LineHeightMode mode)
within the width of the item without wrapping is used.
\li Text.VerticalFit - The largest size up to the size specified that fits
the height of the item is used.
- \li Text.Fit - The largest size up to the size specified the fits within the
+ \li Text.Fit - The largest size up to the size specified that fits within the
width and height of the item is used.
\endlist