summaryrefslogtreecommitdiff
path: root/tests/auto/macnativeevents
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2010-12-10 22:56:52 +0100
committerSergio Ahumada <sergio.ahumada@nokia.com>2010-12-10 22:56:52 +0100
commit14f4ebce80ec7d39287b445192b25111a49fff6b (patch)
tree8adf490f61964ff01731c919cc1fc8c7e108e8a6 /tests/auto/macnativeevents
parent53c8baffd0bf9aa959f77a52dbce77b377d11e3b (diff)
downloadqt4-tools-14f4ebce80ec7d39287b445192b25111a49fff6b.tar.gz
Doc: Fixing typo
Diffstat (limited to 'tests/auto/macnativeevents')
-rw-r--r--tests/auto/macnativeevents/tst_macnativeevents.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/macnativeevents/tst_macnativeevents.cpp b/tests/auto/macnativeevents/tst_macnativeevents.cpp
index 742267f25c..dce768eb3e 100644
--- a/tests/auto/macnativeevents/tst_macnativeevents.cpp
+++ b/tests/auto/macnativeevents/tst_macnativeevents.cpp
@@ -488,7 +488,7 @@ void tst_MacNativeEvents::testModifierCtrlWithDontSwapCtrlAndMeta()
{
// On Mac, we switch the Command and Control modifier by default, so that Command
// means Meta, and Control means Command. Lets check that the flag to swith off
- // this behaviour works. While working on this test I realised that we actually
+ // this behaviour works. While working on this test I realized that we actually
// don't (and never have) respected this flag for raw key events. Only for
// menus, through QKeySequence. I don't want to change this behaviour now, at
// least not until someone complains. So I choose to let the test just stop