diff options
author | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-10-28 11:47:57 (GMT) |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@nokia.com> | 2010-10-28 11:47:57 (GMT) |
commit | fee7ca62b6611f4a662fbb4541c83e280be08aba (patch) | |
tree | 0c2610330788e11a28c87d364fa55144c937b61f /src/plugins/generic | |
parent | 9a26fba1b08a031b8053236feab989333ab60bfc (diff) | |
download | Qt-fee7ca62b6611f4a662fbb4541c83e280be08aba.zip Qt-fee7ca62b6611f4a662fbb4541c83e280be08aba.tar.gz Qt-fee7ca62b6611f4a662fbb4541c83e280be08aba.tar.bz2 |
Fix typos found by the spellchecking autotest
Diffstat (limited to 'src/plugins/generic')
-rw-r--r-- | src/plugins/generic/linuxinput/qlinuxinput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/generic/linuxinput/qlinuxinput.cpp b/src/plugins/generic/linuxinput/qlinuxinput.cpp index bd57fa3..c5bfd33 100644 --- a/src/plugins/generic/linuxinput/qlinuxinput.cpp +++ b/src/plugins/generic/linuxinput/qlinuxinput.cpp @@ -445,7 +445,7 @@ QLinuxInputKeyboardHandler::QLinuxInputKeyboardHandler(const QString &key, const // record the original mode so we can restore it again in the destructor. ::ioctl(m_tty_fd, KDGKBMODE, &m_orig_kbmode); - // setting this tranlation mode is even needed in INPUT mode to prevent + // setting this translation mode is even needed in INPUT mode to prevent // the shell from also interpreting codes, if the process has a tty // attached: e.g. Ctrl+C wouldn't copy, but kill the application. ::ioctl(m_tty_fd, KDSKBMODE, K_MEDIUMRAW); |