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>
bb10
Holger Hans Peter Freyther 2011-12-05 19:00:46 +08:00 committed by Qt by Nokia
parent ddc580643b
commit 30a5928e2a
1 changed files with 1 additions and 1 deletions

View File

@ -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