summaryrefslogtreecommitdiffstats
path: root/src/gui/accessible
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-20 12:29:16 (GMT)
committerFrederik Gladhorn <frederik.gladhorn@nokia.com>2011-06-28 12:47:12 (GMT)
commitf067c2b3016182862e82805b13c7944ebe8671a9 (patch)
treea69df7da31a09ec45c2b7aefee8def1cb7eb8f49 /src/gui/accessible
parent6b54dc34fdaebeb5d62ea42ab94d5e18679ae5b5 (diff)
downloadQt-f067c2b3016182862e82805b13c7944ebe8671a9.zip
Qt-f067c2b3016182862e82805b13c7944ebe8671a9.tar.gz
Qt-f067c2b3016182862e82805b13c7944ebe8671a9.tar.bz2
Fix typo in comment.
Diffstat (limited to 'src/gui/accessible')
-rw-r--r--src/gui/accessible/qaccessible_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accessible/qaccessible_mac.mm b/src/gui/accessible/qaccessible_mac.mm
index 432b536..a250730 100644
--- a/src/gui/accessible/qaccessible_mac.mm
+++ b/src/gui/accessible/qaccessible_mac.mm
@@ -2427,7 +2427,7 @@ void QAccessible::updateAccessibility(QObject *object, int child, Event reason)
}
// There is no equivalent Mac notification for ObjectShow/Hide, so we call HIObjectSetAccessibilityIgnored
- // and isItIntersting which will mark the HIObject accociated with the element as ignored if the
+ // and isItInteresting which will mark the HIObject accociated with the element as ignored if the
// QAccessible::Invisible state bit is set.
QAInterface interface = accessibleHierarchyManager()->lookup(element);
if (interface.isValid()) {