Changeset 261472 in webkit


Ignore:
Timestamp:
May 11, 2020, 2:23:07 AM (5 years ago)
Author:
Paulo Matos
Message:

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

Unreviewed.

  • Scripts/run-jsc-stress-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r261466 r261472  
     12020-05-11  Paulo Matos  <pmatos@igalia.com>
     2
     3        Fix typo 'Detacted' -> 'Detected'
     4        https://bugs.webkit.org/show_bug.cgi?id=211715
     5
     6        Unreviewed.
     7
     8        * Scripts/run-jsc-stress-tests:
     9
    1102020-05-10  Michael Catanzaro  <mcatanzaro@gnome.org>
    211
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r261271 r261472  
    21722172        }
    21732173    }
    2174     puts "Detacted failures in #{Time.now - start_time}"
     2174    puts "Detected failures in #{Time.now - start_time}"
    21752175end
    21762176
Note: See TracChangeset for help on using the changeset viewer.