Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3046)

Unified Diff: appengine/chromium_try_flakes/handlers/index.py

Issue 1647983002: Fix spelling of the word occurrence (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/chromium_try_flakes/model/flake.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/chromium_try_flakes/handlers/index.py
diff --git a/appengine/chromium_try_flakes/handlers/index.py b/appengine/chromium_try_flakes/handlers/index.py
index f5a2740661efa1a1499cb28b76736f5fc61fba0a..5a5370d5bb4e1524ef1cee1e0b6e7dfa8eb3109c 100644
--- a/appengine/chromium_try_flakes/handlers/index.py
+++ b/appengine/chromium_try_flakes/handlers/index.py
@@ -41,7 +41,7 @@ def GetFilteredOccurences(flake, time_formatter,
r.formatted_time = time_formatter(r.time_finished)
filtered_occurrences.append(r)
- # Do simple sorting of occurances by builder to make reading easier.
+ # Do simple sorting of occurrences by builder to make reading easier.
return sorted(filtered_occurrences, key=FlakeSortFunction)
« no previous file with comments | « no previous file | appengine/chromium_try_flakes/model/flake.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698