Title: [145191] trunk/Source/WebCore
Revision
145191
Author
grao...@apple.com
Date
2013-03-08 00:56:45 -0800 (Fri, 08 Mar 2013)

Log Message

Fix a couple of typos, unreviewed.

Modified Paths


Diff

Modified: trunk/Source/WebCore/ChangeLog (145190 => 145191)


--- trunk/Source/WebCore/ChangeLog	2013-03-08 08:29:02 UTC (rev 145190)
+++ trunk/Source/WebCore/ChangeLog	2013-03-08 08:56:45 UTC (rev 145191)
@@ -1,3 +1,11 @@
+2013-03-08  Antoine Quint  <grao...@apple.com>
+
+        Fix a couple of typos.
+
+        Unreviewed.
+
+        * inspector/Inspector.json:
+
 2013-03-08  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [BlackBerry] Use OwnPtr for CredentialBackingStore members

Modified: trunk/Source/WebCore/inspector/Inspector.json (145190 => 145191)


--- trunk/Source/WebCore/inspector/Inspector.json	2013-03-08 08:29:02 UTC (rev 145190)
+++ trunk/Source/WebCore/inspector/Inspector.json	2013-03-08 08:56:45 UTC (rev 145191)
@@ -3682,7 +3682,7 @@
             {
                 "id": "CompositingReasons",
                 "type": "object",
-                "description": "An object containg the reasons why the layer was composited as properties.",
+                "description": "An object containing the reasons why the layer was composited as properties.",
                 "properties": [
                     { "name": "transform3D", "type": "boolean", "optional": true, "description": "Composition due to association with an element with a CSS 3D transform." },
                     { "name": "video", "type": "boolean", "optional": true, "description": "Composition due to association with a <video> element." },
@@ -3690,7 +3690,7 @@
                     { "name": "plugin", "type": "boolean", "optional": true, "description": "Composition due to association with a plugin." },
                     { "name": "iFrame", "type": "boolean", "optional": true, "description": "Composition due to association with an <iframe> element." },
                     { "name": "backfaceVisibilityHidden", "type": "boolean", "optional": true, "description": "Composition due to association with an element with a \"backface-visibility: hidden\" style." },
-                    { "name": "clipsCompositingDescendants", "type": "boolean", "optional": true, "description": "Composition due to association with an element clippng compositing descendants." },
+                    { "name": "clipsCompositingDescendants", "type": "boolean", "optional": true, "description": "Composition due to association with an element clipping compositing descendants." },
                     { "name": "animation", "type": "boolean", "optional": true, "description": "Composition due to association with an animated element." },
                     { "name": "filters", "type": "boolean", "optional": true, "description": "Composition due to association with an element with CSS filters applied." },
                     { "name": "positionFixed", "type": "boolean", "optional": true, "description": "Composition due to association with an element with a \"position: fixed\" style." },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to