summaryrefslogtreecommitdiffstats
path: root/tests/auto/q3accel/tst_q3accel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/q3accel/tst_q3accel.cpp')
-rw-r--r--tests/auto/q3accel/tst_q3accel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/q3accel/tst_q3accel.cpp b/tests/auto/q3accel/tst_q3accel.cpp
index e87a3e7..24f9368 100644
--- a/tests/auto/q3accel/tst_q3accel.cpp
+++ b/tests/auto/q3accel/tst_q3accel.cpp
@@ -877,7 +877,7 @@ void tst_Q3Accel::unicodeCompose()
sendKeyEvents( META+Qt::Key_9, 0 );
QCOMPARE( currentResult, Accel1Triggered );
#else
- QSKIP( "Unicode composing non-existant in Qt 3.y.z", SkipAll);
+ QSKIP( "Unicode composing non-existent in Qt 3.y.z", SkipAll);
#endif
}