From 1230977b001caf71725afde88d6bdcc978dfe485 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 17 Apr 2013 09:04:12 +0200 Subject: [PATCH] Fix spelling error. Change-Id: I8f889d9c60cf4ac53fee75001efefc697c8d2076 Reviewed-by: Sze Howe Koh Reviewed-by: Jerome Pasion --- src/plugins/accessible/shared/qqmlaccessible.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/plugins/accessible/shared/qqmlaccessible.cpp b/src/plugins/accessible/shared/qqmlaccessible.cpp index 3ee443c..d08f9bd 100644 --- a/src/plugins/accessible/shared/qqmlaccessible.cpp +++ b/src/plugins/accessible/shared/qqmlaccessible.cpp @@ -154,7 +154,7 @@ void QQmlAccessible::doAction(const QString &actionName) return; } - // Role-specific default action handling follows. Items are excepted to provide + // Role-specific default action handling follows. Items are expected to provide // properties according to role conventions. These will then be read and/or updated // by the accessibility system. // Checkable roles : checked -- 1.7.2.5