Title: [174088] trunk/Tools
Revision
174088
Author
a...@apple.com
Date
2014-09-29 15:14:13 -0700 (Mon, 29 Sep 2014)

Log Message

Typo fix, suggested by Tim Horton.

* QueueStatusServer/handlers/statusbubble.py:
(StatusBubble._build_message_for_provisional_failure):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174087 => 174088)


--- trunk/Tools/ChangeLog	2014-09-29 21:55:04 UTC (rev 174087)
+++ trunk/Tools/ChangeLog	2014-09-29 22:14:13 UTC (rev 174088)
@@ -1,5 +1,12 @@
 2014-09-29  Alexey Proskuryakov  <a...@apple.com>
 
+        Typo fix, suggested by Tim Horton.
+
+        * QueueStatusServer/handlers/statusbubble.py:
+        (StatusBubble._build_message_for_provisional_failure):
+
+2014-09-29  Alexey Proskuryakov  <a...@apple.com>
+
         Improve Bugzilla status bubbles
         https://bugs.webkit.org/show_bug.cgi?id=137232
 

Modified: trunk/Tools/QueueStatusServer/app.yaml (174087 => 174088)


--- trunk/Tools/QueueStatusServer/app.yaml	2014-09-29 21:55:04 UTC (rev 174087)
+++ trunk/Tools/QueueStatusServer/app.yaml	2014-09-29 22:14:13 UTC (rev 174088)
@@ -1,5 +1,5 @@
 application: webkit-queues
-version: 174087 # Bugzilla bug ID of last major change
+version: 174088 # Bugzilla bug ID of last major change
 runtime: python
 api_version: 1
 

Modified: trunk/Tools/QueueStatusServer/handlers/statusbubble.py (174087 => 174088)


--- trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2014-09-29 21:55:04 UTC (rev 174087)
+++ trunk/Tools/QueueStatusServer/handlers/statusbubble.py	2014-09-29 22:14:13 UTC (rev 174088)
@@ -90,9 +90,9 @@
             else:
                 message += "\n\nThis result is not final, as the issue could be a pre-existing one. Trying to determine that now."
                 if try_count == 1:
-                    message += "\n\nPreviously completed a round of testing, but couldn't arrive to a definitive conclusion."
+                    message += "\n\nPreviously completed a round of testing, but couldn't arrive at a definitive conclusion."
                 elif try_count > 1:
-                    message += "\n\nPreviously completed " + str(try_count) + " rounds of testing, but couldn't arrive to a definitive conclusion."
+                    message += "\n\nPreviously completed " + str(try_count) + " rounds of testing, but couldn't arrive at a definitive conclusion."
         else:
             real_queue_position = self._real_queue_position(queue, queue_position)
             if tree_is_red:
@@ -103,7 +103,7 @@
                     message += "Completed one round "
                 else:
                     message += "Completed " + str(try_count) + " rounds "
-                message += "of testing trying to determine that, but couldn't arrive to a definitive conclusion yet.\n\nWill try again, currently #" + str(real_queue_position) + " in queue."
+                message += "of testing trying to determine that, but couldn't arrive at a definitive conclusion yet.\n\nWill try again, currently #" + str(real_queue_position) + " in queue."
         message += "\n\nPlease click the bubble for detailed results.\n\n" + self._iso_time(statuses[0].date)
         return message
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to