summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2011-12-05 19:00:46 +0800
committerQt by Nokia <qt-info@nokia.com>2011-12-05 12:27:58 +0100
commit30a5928e2a47b167dc87313b327e8bcb8a6f9529 (patch)
tree35e24454eae85638f690b512075f7d23e6a3bdf1 /src
parentddc580643b5befc2c73aff06bf32a699cecb984c (diff)
v8: Attempt to fix a typo in the commit message
is resolve -> is resolved Change-Id: I95a6072be63e353bafdafccc404e90d331a01894 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src')
-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