summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/v8/0004-Introduce-a-QML-compilation-mode.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v8/0004-Introduce-a-QML-compilation-mode.patch b/src/v8/0004-Introduce-a-QML-compilation-mode.patch
index 2082b12b5f..d032cb834d 100644
--- a/src/v8/0004-Introduce-a-QML-compilation-mode.patch
+++ b/src/v8/0004-Introduce-a-QML-compilation-mode.patch
@@ -5,7 +5,7 @@ Subject: [PATCH 04/12] Introduce a QML compilation mode
In QML mode, there is a second global object - known as the QML
global object. During property resolution, if a property is not
-present on the JS global object, it is resolve on the QML global
+present on the JS global object, it is resolved on the QML global
object.
This global object behavior is only enabled if a script is being