Title: [250967] trunk/Source/WebKit
Revision
250967
Author
[email protected]
Date
2019-10-10 07:57:25 -0700 (Thu, 10 Oct 2019)

Log Message

Remove a "The " in "The The HTTP headers of the response"
https://bugs.webkit.org/show_bug.cgi?id=194851

Reviewed by Carlos Garcia Campos.

* Shared/API/glib/WebKitURIResponse.cpp:
(webkit_uri_response_class_init): Fix typo in description of the WebKitURIResponse::http-headers property.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (250966 => 250967)


--- trunk/Source/WebKit/ChangeLog	2019-10-10 14:47:10 UTC (rev 250966)
+++ trunk/Source/WebKit/ChangeLog	2019-10-10 14:57:25 UTC (rev 250967)
@@ -1,3 +1,13 @@
+2019-10-10  Adrian Perez de Castro  <[email protected]>
+
+        Remove a "The " in "The The HTTP headers of the response"
+        https://bugs.webkit.org/show_bug.cgi?id=194851
+
+        Reviewed by Carlos Garcia Campos.
+
+        * Shared/API/glib/WebKitURIResponse.cpp:
+        (webkit_uri_response_class_init): Fix typo in description of the WebKitURIResponse::http-headers property.
+
 2019-10-10  youenn fablet  <[email protected]>
 
         [Mac] Allow SYS___pthread_markcancel call

Modified: trunk/Source/WebKit/Shared/API/glib/WebKitURIResponse.cpp (250966 => 250967)


--- trunk/Source/WebKit/Shared/API/glib/WebKitURIResponse.cpp	2019-10-10 14:47:10 UTC (rev 250966)
+++ trunk/Source/WebKit/Shared/API/glib/WebKitURIResponse.cpp	2019-10-10 14:57:25 UTC (rev 250967)
@@ -170,7 +170,7 @@
         g_param_spec_boxed(
             "http-headers",
             _("HTTP Headers"),
-            _("The The HTTP headers of the response"),
+            _("The HTTP headers of the response"),
             SOUP_TYPE_MESSAGE_HEADERS,
             WEBKIT_PARAM_READABLE));
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to