Fix typo in QQuickText documentation.
authorMitch Curtis <mitch.curtis@digia.com>
Tue, 6 May 2014 12:04:27 +0000 (14:04 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 7 May 2014 10:36:53 +0000 (12:36 +0200)
Change-Id: Ic2e96e881fe13bcac11e7c172963e2c1e9928256
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
src/quick/items/qquicktext.cpp

index 312cd48..cbdea39 100644 (file)
@@ -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