aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2018-02-13 15:22:20 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2018-02-14 07:17:28 +0000
commitaa6acf8aaf2cd0058f50b9bb448b58e3eb96cb7f (patch)
tree4e6cc82d23e3745a5cf0f7eb463f07e0d51245ff
parent4c27bad1a5d6277bca608090122ccebcb2839aeb (diff)
Fix typos
Change-Id: I44f54d94e52626755a480f6ded8b740039dc49ac Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/virtualkeyboard/abstractinputmethod.cpp2
-rw-r--r--src/virtualkeyboard/inputmethod.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/virtualkeyboard/abstractinputmethod.cpp b/src/virtualkeyboard/abstractinputmethod.cpp
index 0e53341a..42c4f302 100644
--- a/src/virtualkeyboard/abstractinputmethod.cpp
+++ b/src/virtualkeyboard/abstractinputmethod.cpp
@@ -265,7 +265,7 @@ bool AbstractInputMethod::reselect(int cursorPosition, const InputEngine::Resele
This method returns \c true if the key event was successfully handled.
If the return value is \c false, the key event is redirected to the default
- input method for futher processing.
+ input method for further processing.
*/
/*!
diff --git a/src/virtualkeyboard/inputmethod.cpp b/src/virtualkeyboard/inputmethod.cpp
index b9e120ff..91e9152b 100644
--- a/src/virtualkeyboard/inputmethod.cpp
+++ b/src/virtualkeyboard/inputmethod.cpp
@@ -96,7 +96,7 @@ namespace QtVirtualKeyboard {
This method returns \c true if the key event was successfully handled.
If the return value is \c false, the key event is redirected to the default
- input method for futher processing.
+ input method for further processing.
*/
/*!