⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 293321 in webkit


Ignore:
Timestamp:
Apr 25, 2022, 5:56:13 AM (4 years ago)
Author:
ntim@apple.com
Message:

Fix typo in Tools/CISupport/ews-build/steps.py

Unreviewed.

  • CISupport/ews-build/steps.py:

(UpdateWorkingDirectory):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/CISupport/ews-build/steps.py

    r293294 r293321  
    745745class UpdateWorkingDirectory(shell.ShellCommand):
    746746    name = 'update-working-directory'
    747     description = ['update-workring-directory running']
     747    description = ['update-working-directory running']
    748748    flunkOnFailure = True
    749749    haltOnFailure = True
  • trunk/Tools/ChangeLog

    r293320 r293321  
     12022-04-25  Tim Nguyen  <ntim@apple.com>
     2
     3        Fix typo in Tools/CISupport/ews-build/steps.py
     4
     5        Unreviewed.
     6
     7        * CISupport/ews-build/steps.py:
     8        (UpdateWorkingDirectory):
     9
    1102022-04-25  Kimmo Kinnunen  <kkinnunen@apple.com>
    211
Note: See TracChangeset for help on using the changeset viewer.