Title: [148689] trunk/Source/WebKit2
Revision
148689
Author
[email protected]
Date
2013-04-18 11:08:43 -0700 (Thu, 18 Apr 2013)

Log Message

Fix spelling I thought I had fixed.

* UIProcess/API/mac/WKBrowsingContextGroup.mm:
(-[WKBrowsingContextGroup initWithIdentifier:]):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (148688 => 148689)


--- trunk/Source/WebKit2/ChangeLog	2013-04-18 18:03:11 UTC (rev 148688)
+++ trunk/Source/WebKit2/ChangeLog	2013-04-18 18:08:43 UTC (rev 148689)
@@ -1,5 +1,12 @@
 2013-04-18  Sam Weinig  <[email protected]>
 
+        Fix spelling I thought I had fixed.
+
+        * UIProcess/API/mac/WKBrowsingContextGroup.mm:
+        (-[WKBrowsingContextGroup initWithIdentifier:]):
+
+2013-04-18  Sam Weinig  <[email protected]>
+
         WebKit should not write WKPreferences to app user defaults when using the ObjC API
         <rdar://problem/13593578>
         https://bugs.webkit.org/show_bug.cgi?id=114821

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.mm (148688 => 148689)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.mm	2013-04-18 18:03:11 UTC (rev 148688)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKBrowsingContextGroup.mm	2013-04-18 18:08:43 UTC (rev 148689)
@@ -57,7 +57,7 @@
     _data->_pageGroupRef = adoptWK(WKPageGroupCreateWithIdentifier(adoptWK(WKStringCreateWithCFString((CFStringRef)identifier)).get()));
 
     // Give the WKBrowsingContextGroup a identifier-less preferences, so that they
-    // don't get automatically written to the disk. The automattic writting has proven
+    // don't get automatically written to the disk. The automatic writing has proven
     // confusing to users of the API.
     WKRetainPtr<WKPreferencesRef> preferences = adoptWK(WKPreferencesCreate());
     WKPageGroupSetPreferences(_data->_pageGroupRef.get(), preferences.get());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to