diff options
-rw-r--r-- | Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp b/Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp index 8ac6e0099..6fbd3eb07 100644 --- a/Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp +++ b/Source/WebCore/platform/qt/PlatformKeyboardEventQt.cpp @@ -140,7 +140,7 @@ String keyIdentifierForQtKeyCode(int keyCode) case Qt::Key_Zoom: return ASCIILiteral("Zoom"); case Qt::Key_Comma: - return ASCIILiteral("Seperator"); + return ASCIILiteral("Separator"); case Qt::Key_Plus: return ASCIILiteral("Add"); case Qt::Key_Minus: |