Title: [200692] trunk/Source/WebKit2
Revision
200692
Author
mmaxfi...@apple.com
Date
2016-05-11 11:06:03 -0700 (Wed, 11 May 2016)

Log Message

Fix a typo in r200330

Unreviewed.

* UIProcess/API/Cocoa/WKWebViewConfiguration.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (200691 => 200692)


--- trunk/Source/WebKit2/ChangeLog	2016-05-11 17:28:33 UTC (rev 200691)
+++ trunk/Source/WebKit2/ChangeLog	2016-05-11 18:06:03 UTC (rev 200692)
@@ -1,3 +1,11 @@
+2016-05-11  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Fix a typo in r200330
+
+        Unreviewed.
+
+        * UIProcess/API/Cocoa/WKWebViewConfiguration.h:
+
 2016-05-10  Sam Weinig  <s...@webkit.org>
 
         Only expose WKDataDetectorTypes and -[WKWebViewConfiguration dataDetectorTypes] on iOS

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h (200691 => 200692)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h	2016-05-11 17:28:33 UTC (rev 200691)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKWebViewConfiguration.h	2016-05-11 18:06:03 UTC (rev 200692)
@@ -83,7 +83,7 @@
  userInterfaceLayoutDirection property
  @discussion When WKUserInterfaceDirectionPolicyContent is specified, the directionality of user interface
  elements is affected by the "dir" attribute or the "direction" CSS property. When
- WKUserInterfaceDirectionPolicySystem is specified, the directionaltiy of user interface elements is
+ WKUserInterfaceDirectionPolicySystem is specified, the directionality of user interface elements is
  affected by the direction of the view.
 */
 typedef NS_ENUM(NSInteger, WKUserInterfaceDirectionPolicy) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to