Fix typo in qkeysequence.cpp code comment.

Change-Id: I833c4da7363d7ae5dcfa5a901dadc0e327080e40
Reviewed-by: David Faure (KDE) <faure@kde.org>
This commit is contained in:
Mitch Curtis 2013-08-16 13:38:35 +02:00 committed by The Qt Project
parent 4f7e0fc632
commit 5b4c0d4b0b

View File

@ -638,7 +638,7 @@ static const struct {
{ Qt::Key_Hangul_Special, QT_TRANSLATE_NOOP("QShortcut", "Hangul Special") },
// --------------------------------------------------------------
// Miscellaenous keys
// Miscellaneous keys
{ Qt::Key_Cancel, QT_TRANSLATE_NOOP("QShortcut", "Cancel") },
{ Qt::Key_Printer, QT_TRANSLATE_NOOP("QShortcut", "Printer") },
{ Qt::Key_Execute, QT_TRANSLATE_NOOP("QShortcut", "Execute") },