src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp
changeset 6 c3690ec91ef8
parent 1 f7ac710697a9
child 23 e6ad4ef83b23
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -131,7 +131,7 @@
 		break;
 	case Qt::Key_Backspace:
 	case Qt::Key_Delete: {
-		// let's pass the backspace event to the focussed editor.
+		// let's pass the backspace event to the focused editor.
 		//return q->HbInputBasicHandler::filterEvent(event);
 		break;
 	}