Title: [137086] releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk
- Revision
- 137086
- Author
- [email protected]
- Date
- 2012-12-09 10:39:38 -0800 (Sun, 09 Dec 2012)
Log Message
Merge 132363 - [GTK] Typos in user-visible strings: "coordintate"
https://bugs.webkit.org/show_bug.cgi?id=100252
Patch by Priit Laes <[email protected]> on 2012-10-24
Reviewed by Martin Robinson.
s/coordintate/coordinate
* webkit/webkithittestresult.cpp:
(webkit_hit_test_result_class_init):
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog (137085 => 137086)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-12-09 18:39:08 UTC (rev 137085)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/ChangeLog 2012-12-09 18:39:38 UTC (rev 137086)
@@ -1,3 +1,15 @@
+2012-10-24 Priit Laes <[email protected]>
+
+ [GTK] Typos in user-visible strings: "coordintate"
+ https://bugs.webkit.org/show_bug.cgi?id=100252
+
+ Reviewed by Martin Robinson.
+
+ s/coordintate/coordinate
+
+ * webkit/webkithittestresult.cpp:
+ (webkit_hit_test_result_class_init):
+
2012-09-26 Gustavo Noronha Silva <[email protected]>
[GTK] Split SVG from WebCore to work-around make limitation
Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkithittestresult.cpp (137085 => 137086)
--- releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkithittestresult.cpp 2012-12-09 18:39:08 UTC (rev 137085)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit/gtk/webkit/webkithittestresult.cpp 2012-12-09 18:39:38 UTC (rev 137086)
@@ -245,28 +245,28 @@
/**
* WebKitHitTestResult:x:
*
- * The x coordintate of the event relative to the view's window.
+ * The x coordinate of the event relative to the view's window.
*
* Since: 1.10
*/
g_object_class_install_property(objectClass, PROP_X,
g_param_spec_int("x",
_("X coordinate"),
- _("The x coordintate of the event relative to the view's window."),
+ _("The x coordinate of the event relative to the view's window."),
G_MININT, G_MAXINT, 0,
static_cast<GParamFlags>(WEBKIT_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)));
/**
* WebKitHitTestResult:y:
*
- * The x coordintate of the event relative to the view's window.
+ * The x coordinate of the event relative to the view's window.
*
* Since: 1.10
*/
g_object_class_install_property(objectClass, PROP_Y,
g_param_spec_int("y",
_("Y coordinate"),
- _("The y coordintate of the event relative to the view's window."),
+ _("The y coordinate of the event relative to the view's window."),
G_MININT, G_MAXINT, 0,
static_cast<GParamFlags>(WEBKIT_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)));
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes