Title: [261472] trunk/Tools
Revision
261472
Author
pma...@igalia.com
Date
2020-05-11 02:23:07 -0700 (Mon, 11 May 2020)

Log Message

Fix typo 'Detacted' -> 'Detected'
https://bugs.webkit.org/show_bug.cgi?id=211715

Unreviewed.


* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (261471 => 261472)


--- trunk/Tools/ChangeLog	2020-05-11 09:21:34 UTC (rev 261471)
+++ trunk/Tools/ChangeLog	2020-05-11 09:23:07 UTC (rev 261472)
@@ -1,3 +1,12 @@
+2020-05-11  Paulo Matos  <pma...@igalia.com>
+
+        Fix typo 'Detacted' -> 'Detected'
+        https://bugs.webkit.org/show_bug.cgi?id=211715
+
+        Unreviewed.
+
+        * Scripts/run-jsc-stress-tests:
+
 2020-05-10  Michael Catanzaro  <mcatanz...@gnome.org>
 
         Update user agent quirk for bankofamerica.com

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (261471 => 261472)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2020-05-11 09:21:34 UTC (rev 261471)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2020-05-11 09:23:07 UTC (rev 261472)
@@ -2171,7 +2171,7 @@
             end
         }
     }
-    puts "Detacted failures in #{Time.now - start_time}"
+    puts "Detected failures in #{Time.now - start_time}"
 end
 
 def compressBundle
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to