Title: [228227] trunk/Source/WebKit
Revision
228227
Author
mcatanz...@igalia.com
Date
2018-02-07 08:48:32 -0800 (Wed, 07 Feb 2018)

Log Message

[GTK] Typo in a translatable string
https://bugs.webkit.org/show_bug.cgi?id=182570

Unreviewed. Fix a typo.

* UIProcess/API/glib/WebKitWebsiteDataManager.cpp:
(webkit_website_data_manager_class_init):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (228226 => 228227)


--- trunk/Source/WebKit/ChangeLog	2018-02-07 16:13:35 UTC (rev 228226)
+++ trunk/Source/WebKit/ChangeLog	2018-02-07 16:48:32 UTC (rev 228227)
@@ -1,3 +1,13 @@
+2018-02-07  Michael Catanzaro  <mcatanz...@igalia.com>
+
+        [GTK] Typo in a translatable string
+        https://bugs.webkit.org/show_bug.cgi?id=182570
+
+        Unreviewed. Fix a typo.
+
+        * UIProcess/API/glib/WebKitWebsiteDataManager.cpp:
+        (webkit_website_data_manager_class_init):
+
 2018-02-06  Don Olmstead  <don.olmst...@sony.com>
 
         Remove WebCore/ForwardingHeaders directory

Modified: trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp (228226 => 228227)


--- trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp	2018-02-07 16:13:35 UTC (rev 228226)
+++ trunk/Source/WebKit/UIProcess/API/glib/WebKitWebsiteDataManager.cpp	2018-02-07 16:48:32 UTC (rev 228227)
@@ -350,7 +350,7 @@
         PROP_RESOURCE_LOAD_STATISTICS_DIRECTORY,
         g_param_spec_string(
             "resource-load-statistics-directory",
-            _("Resource Load Statistics Direcory"),
+            _("Resource Load Statistics Directory"),
             _("The directory where resource load statistics will be stored"),
             nullptr,
             static_cast<GParamFlags>(WEBKIT_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)));
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to