diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp --- 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; }