Title: [200109] trunk/Tools
Revision
200109
Author
[email protected]
Date
2016-04-26 15:16:00 -0700 (Tue, 26 Apr 2016)

Log Message

Fix text in log files autogenerated by import-w3c-tests
https://bugs.webkit.org/show_bug.cgi?id=157021

Unreviewed. Fixing the second typo.

* Scripts/webkitpy/w3c/test_importer.py:
(TestImporter.write_import_log):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (200108 => 200109)


--- trunk/Tools/ChangeLog	2016-04-26 22:07:27 UTC (rev 200108)
+++ trunk/Tools/ChangeLog	2016-04-26 22:16:00 UTC (rev 200109)
@@ -1,3 +1,13 @@
+2016-04-26  Ryosuke Niwa  <[email protected]>
+
+        Fix text in log files autogenerated by import-w3c-tests
+        https://bugs.webkit.org/show_bug.cgi?id=157021
+
+        Unreviewed. Fixing the second typo.
+
+        * Scripts/webkitpy/w3c/test_importer.py:
+        (TestImporter.write_import_log):
+
 2016-04-26  Filip Pizlo  <[email protected]>
 
         WebCore on Mac ignores the user's preferred region (country) while getting the language

Modified: trunk/Tools/Scripts/webkitpy/w3c/test_importer.py (200108 => 200109)


--- trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2016-04-26 22:07:27 UTC (rev 200108)
+++ trunk/Tools/Scripts/webkitpy/w3c/test_importer.py	2016-04-26 22:16:00 UTC (rev 200109)
@@ -491,7 +491,7 @@
         import_log.append('Instead, create a pull request on the W3C CSS or WPT github:\n')
         import_log.append('\thttps://github.com/w3c/csswg-test\n')
         import_log.append('\thttps://github.com/w3c/web-platform-tests\n\n')
-        import_log.append('Then run the Tools/Scripts/import-w3c-tests in Webkit to reimport\n\n')
+        import_log.append('Then run the Tools/Scripts/import-w3c-tests in WebKit to reimport\n\n')
         import_log.append('Do NOT modify or remove this file.\n\n')
         import_log.append('------------------------------------------------------------------------\n')
         import_log.append('Properties requiring vendor prefixes:\n')
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to