Index: sources/gui/qml/components/TextEntry.qml =================================================================== diff -u -rb5ae1508b6ca751c29ed1844cd844eeec67cff82 -r6c363d016811a09e31d03c94e2e459ea5aa4bd9f --- sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision b5ae1508b6ca751c29ed1844cd844eeec67cff82) +++ sources/gui/qml/components/TextEntry.qml (.../TextEntry.qml) (revision 6c363d016811a09e31d03c94e2e459ea5aa4bd9f) @@ -54,7 +54,7 @@ function doFocus( vFocus ) { if ( vFocus ) { - // if has cursor (is enditable), by clicking on the entry the keyboard shall pop up + // if has cursor (is editable), by clicking on the entry the keyboard shall pop up // since the MouseArea is covering the entry, user can't move the cursur to delete one specific character, // all will be selected to overwrite the entire text for easy modification. // it was better if the keyboard has the cursor arrows @@ -114,7 +114,7 @@ MouseArea { // if it has cursor since it is possible to have only one entry. - // then just click on the entry will not do anything and we nned a mouse area to display the keyboard + // then just click on the entry will not do anything and we need a mouse area to display the keyboard // if in any case the keyboard becomes hidden to make the rest of the screen visible. visible : hasCursor anchors.fill: parent