Title: [97553] trunk/Tools
Revision
97553
Author
[email protected]
Date
2011-10-15 01:28:51 -0700 (Sat, 15 Oct 2011)

Log Message

Fix typo in webkitpy help
https://bugs.webkit.org/show_bug.cgi?id=70169

Reviewed by Eric Seidel.

* Scripts/webkitpy/tool/commands/upload.py:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97552 => 97553)


--- trunk/Tools/ChangeLog	2011-10-15 07:59:26 UTC (rev 97552)
+++ trunk/Tools/ChangeLog	2011-10-15 08:28:51 UTC (rev 97553)
@@ -1,3 +1,12 @@
+2011-10-15  Adam Barth  <[email protected]>
+
+        Fix typo in webkitpy help
+        https://bugs.webkit.org/show_bug.cgi?id=70169
+
+        Reviewed by Eric Seidel.
+
+        * Scripts/webkitpy/tool/commands/upload.py:
+
 2011-10-15  Tony Chang  <[email protected]>
 
         fix another typo in treemap.html

Modified: trunk/Tools/Scripts/webkitpy/tool/commands/upload.py (97552 => 97553)


--- trunk/Tools/Scripts/webkitpy/tool/commands/upload.py	2011-10-15 07:59:26 UTC (rev 97552)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/upload.py	2011-10-15 08:28:51 UTC (rev 97553)
@@ -95,7 +95,7 @@
 # FIXME: This should be share more logic with AssignToCommitter and CleanPendingCommit
 class CleanReviewQueue(AbstractDeclarativeCommand):
     name = "clean-review-queue"
-    help_text = "Clear r? on obsolete patches so they do not appear in the pending-commit list."
+    help_text = "Clear r? on obsolete patches so they do not appear in the pending-review list."
 
     def execute(self, options, args, tool):
         queue_url = "http://webkit.org/pending-review"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to