From d314f546f544384b7716ba5dc59ddfc56fa10e48 Mon Sep 17 00:00:00 2001
From: Tomasz Olszak <olszak.tomasz@gmail.com>
Date: Wed, 22 May 2013 21:17:44 +0000
Subject: [PATCH] Fixed a few typos in TabViewStyle.qml.

Change-Id: Ie47788f95d2ebfb0143bbccc77aa37efe155958d
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
---
 src/styles/TabViewStyle.qml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/TabViewStyle.qml b/src/styles/TabViewStyle.qml
index b9666db23..49783dadc 100644
--- a/src/styles/TabViewStyle.qml
+++ b/src/styles/TabViewStyle.qml
@@ -131,8 +131,8 @@ Style {
             \li readonly property int index - This is the current tab index.
             \li readonly property bool selected - This is the active tab.
             \li readonly property string title - Tab title text.
-            \li readonly property bool nextSelected = The next tab is selected.
-            \li readonly property bool previsousSelected - The previous tab is selected.
+            \li readonly property bool nextSelected - The next tab is selected.
+            \li readonly property bool previousSelected - The previous tab is selected.
             \li readonly property bool hovered - The tab is currently under the mouse.
             \li readonly property bool activeFocus - The tab button has keyboard focus.
         \endtable
-- 
GitLab