aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/
/*!