[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d

dbates at webkit.org dbates at webkit.org
Thu Dec 3 13:46:12 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 702ed847c46981c7160d2a4a30756e908df37605
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Nov 28 00:32:37 2009 +0000

    2009-11-27  Daniel Bates  <dbates at webkit.org>
    
            Unreviewed, comment fix.
    
            Corrected misspelling of the word "implemented".
    
            * inspector/front-end/InjectedScriptAccess.js:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51453 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 4cb6dc1..1493c84 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2009-11-27  Daniel Bates  <dbates at webkit.org>
 
+        Unreviewed, comment fix.
+
+        Corrected misspelling of the word "implemented".
+
+        * inspector/front-end/InjectedScriptAccess.js:
+
+2009-11-27  Daniel Bates  <dbates at webkit.org>
+
         Reviewed by Adam Barth.
 
         https://bugs.webkit.org/show_bug.cgi?id=31940
diff --git a/WebCore/inspector/front-end/InjectedScriptAccess.js b/WebCore/inspector/front-end/InjectedScriptAccess.js
index c6d4b65..045833b 100644
--- a/WebCore/inspector/front-end/InjectedScriptAccess.js
+++ b/WebCore/inspector/front-end/InjectedScriptAccess.js
@@ -51,7 +51,7 @@ InjectedScriptAccess._installHandler = function(methodName, async)
     };
 }
 
-// InjectedScriptAccess message forwarding puts some constraints on the way methods are imlpemented and called:
+// InjectedScriptAccess message forwarding puts some constraints on the way methods are implemented and called:
 // - Make sure corresponding methods in InjectedScript return non-null and non-undefined values,
 // - Make sure last parameter of all the InjectedSriptAccess.* calls is a callback function.
 // We keep these sorted.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list