Title: [206427] trunk/Source/WebKit2
Revision
206427
Author
mcatanz...@igalia.com
Date
2016-09-27 03:49:05 -0700 (Tue, 27 Sep 2016)

Log Message

[GTK] Unreviewed typo fix

* UIProcess/API/gtk/WebKitWebInspector.cpp:
(webkit_web_inspector_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (206426 => 206427)


--- trunk/Source/WebKit2/ChangeLog	2016-09-27 09:27:28 UTC (rev 206426)
+++ trunk/Source/WebKit2/ChangeLog	2016-09-27 10:49:05 UTC (rev 206427)
@@ -1,3 +1,10 @@
+2016-09-27  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] Unreviewed typo fix
+
+        * UIProcess/API/gtk/WebKitWebInspector.cpp:
+        (webkit_web_inspector_class_init):
+
 2016-09-27  Gustavo Noronha Silva  <gustavo.noro...@collabora.co.uk>
 
         [GTK] Should check whether GDK can use GL before asking it to

Modified: trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp (206426 => 206427)


--- trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp	2016-09-27 09:27:28 UTC (rev 206426)
+++ trunk/Source/WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp	2016-09-27 10:49:05 UTC (rev 206427)
@@ -240,7 +240,7 @@
      * if you want to attach the inspector view yourself (for example, to add
      * the inspector view to a browser tab).
      *
-     * To prevent the inspector vew from being attached you can connect to this
+     * To prevent the inspector view from being attached you can connect to this
      * signal and simply return %TRUE.
      *
      * Returns: %TRUE to stop other handlers from being invoked for the event.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to