Title: [293321] trunk/Tools
Revision
293321
Author
n...@apple.com
Date
2022-04-25 05:56:13 -0700 (Mon, 25 Apr 2022)

Log Message

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

Unreviewed.

* CISupport/ews-build/steps.py:
(UpdateWorkingDirectory):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/steps.py (293320 => 293321)


--- trunk/Tools/CISupport/ews-build/steps.py	2022-04-25 11:47:39 UTC (rev 293320)
+++ trunk/Tools/CISupport/ews-build/steps.py	2022-04-25 12:56:13 UTC (rev 293321)
@@ -744,7 +744,7 @@
 
 class UpdateWorkingDirectory(shell.ShellCommand):
     name = 'update-working-directory'
-    description = ['update-workring-directory running']
+    description = ['update-working-directory running']
     flunkOnFailure = True
     haltOnFailure = True
     command = ['perl', 'Tools/Scripts/update-webkit']

Modified: trunk/Tools/ChangeLog (293320 => 293321)


--- trunk/Tools/ChangeLog	2022-04-25 11:47:39 UTC (rev 293320)
+++ trunk/Tools/ChangeLog	2022-04-25 12:56:13 UTC (rev 293321)
@@ -1,3 +1,12 @@
+2022-04-25  Tim Nguyen  <n...@apple.com>
+
+        Fix typo in Tools/CISupport/ews-build/steps.py
+
+        Unreviewed.
+
+        * CISupport/ews-build/steps.py:
+        (UpdateWorkingDirectory):
+
 2022-04-25  Kimmo Kinnunen  <kkinnu...@apple.com>
 
         REGRESSION (249585@main): TestWebKitAPI.IPCTestingAPI.CanReceiveIPCSemaphore is timing out
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to