summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@digia.com>2013-10-17 12:34:20 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2013-10-17 13:35:51 +0300
commit95fb782f1c91799fcff6f18aa5fc75292e834440 (patch)
treecb5a6cc75bd9069432bb24910006286d9b822c1c
parent1fcbbfe859fba4d2eb55a6aad1677624c9b33460 (diff)
Fix typo
Change-Id: I74c7d1493cb12b6fe4c460f353b3f914aafeae3c Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--basicsuite/Text Input/description.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/Text Input/description.txt b/basicsuite/Text Input/description.txt
index 7c3b780..0469b1b 100644
--- a/basicsuite/Text Input/description.txt
+++ b/basicsuite/Text Input/description.txt
@@ -2,5 +2,5 @@ This examples illustrates how Qt can handle input on touch devices.
The launcher loads a custom platform input context plugin and contains a virtual keyboard. When a text control in Qt Quick gets focus, the input context will trigger the virtual keyboard to show on screen and clicks in the virtual keyboard are delegated to the text control.
-Our demo virtual keyboard has support for english, finnish and arabic. The input context plugin API is plugin based and can be replaced with whatever the user desiers. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.
+Our demo virtual keyboard has support for english, finnish and arabic. The input context plugin API is plugin based and can be replaced with whatever the user desires. Qt has a ready made plugin for Maliit, an open-source, cross-platform input method framework for mobile and embedded.