From 37ab32ca28430449d05e3fcbaf13a331cc5ed35b Mon Sep 17 00:00:00 2001
From: Mitch Curtis <mitch.curtis@digia.com>
Date: Tue, 6 May 2014 14:04:27 +0200
Subject: [PATCH] Fix typo in QQuickText documentation.

Change-Id: Ic2e96e881fe13bcac11e7c172963e2c1e9928256
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
---
 src/quick/items/qquicktext.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab