Title: [192398] trunk/Tools
Revision
192398
Author
dba...@webkit.org
Date
2015-11-12 16:54:49 -0800 (Thu, 12 Nov 2015)

Log Message

webkitpy: Remove extraneous word "the" from the description of command attach-to-bug

* Scripts/webkitpy/tool/commands/upload.py:
(AttachToBug):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (192397 => 192398)


--- trunk/Tools/ChangeLog	2015-11-13 00:49:17 UTC (rev 192397)
+++ trunk/Tools/ChangeLog	2015-11-13 00:54:49 UTC (rev 192398)
@@ -1,3 +1,10 @@
+2015-11-12  Daniel Bates  <daba...@apple.com>
+
+        webkitpy: Remove extraneous word "the" from the description of command attach-to-bug
+
+        * Scripts/webkitpy/tool/commands/upload.py:
+        (AttachToBug):
+
 2015-11-12  Brent Fulgham  <bfulg...@apple.com>
 
         [Win] webkitpy is applying abspath to DOS paths, yielding invalid paths

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


--- trunk/Tools/Scripts/webkitpy/tool/commands/upload.py	2015-11-13 00:49:17 UTC (rev 192397)
+++ trunk/Tools/Scripts/webkitpy/tool/commands/upload.py	2015-11-13 00:54:49 UTC (rev 192398)
@@ -176,7 +176,7 @@
 
 class AttachToBug(AbstractSequencedCommand):
     name = "attach-to-bug"
-    help_text = "Attach the the file to the bug"
+    help_text = "Attach the file to the bug"
     argument_names = "BUGID FILEPATH"
     steps = [
         steps.AttachToBug,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to