summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.