Title: [206436] trunk/Source/WebCore
Revision
206436
Author
[email protected]
Date
2016-09-27 08:42:33 -0700 (Tue, 27 Sep 2016)

Log Message

Unreviewed typo fix

* platform/gtk/UserAgentGtk.cpp:
(WebCore::standardUserAgent):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (206435 => 206436)


--- trunk/Source/WebCore/ChangeLog	2016-09-27 14:32:02 UTC (rev 206435)
+++ trunk/Source/WebCore/ChangeLog	2016-09-27 15:42:33 UTC (rev 206436)
@@ -1,3 +1,10 @@
+2016-09-27  Michael Catanzaro  <[email protected]>
+
+        Unreviewed typo fix
+
+        * platform/gtk/UserAgentGtk.cpp:
+        (WebCore::standardUserAgent):
+
 2016-09-27  Youenn Fablet  <[email protected]>
 
         Clean-up CachedImage constructor

Modified: trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp (206435 => 206436)


--- trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-09-27 14:32:02 UTC (rev 206435)
+++ trunk/Source/WebCore/platform/gtk/UserAgentGtk.cpp	2016-09-27 15:42:33 UTC (rev 206436)
@@ -158,7 +158,7 @@
     //
     // Forming a functional user agent is really difficult. We must mention Safari, because some
     // sites check for that when detecting WebKit browsers. Additionally some sites assume that
-    // browsers that are "Safari" but not running on OS X are the Safari iOS browse. Getting this
+    // browsers that are "Safari" but not running on OS X are the Safari iOS browser. Getting this
     // wrong can cause sites to load the wrong _javascript_, CSS, or custom fonts. In some cases
     // sites won't load resources at all.
     if (applicationName.isEmpty())
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to