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

Unified Diff: tools/telemetry/telemetry/page/action_runner.py

Issue 1533523004: Run codespell on src/tools/telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
Index: tools/telemetry/telemetry/page/action_runner.py
diff --git a/tools/telemetry/telemetry/page/action_runner.py b/tools/telemetry/telemetry/page/action_runner.py
index c699a2896122c21de75556acffbb10ccd9563d24..e1875d680b49f8ec588afadc93f241e614927bdd 100644
--- a/tools/telemetry/telemetry/page/action_runner.py
+++ b/tools/telemetry/telemetry/page/action_runner.py
@@ -371,9 +371,9 @@ class ActionRunner(object):
delay between the scroll gestures should be consistent.
Args:
- x_scroll_distance_ratio: The horizontal lenght of the scroll as a fraction
+ x_scroll_distance_ratio: The horizontal length of the scroll as a fraction
of the screen width.
- y_scroll_distance_ratio: The vertical lenght of the scroll as a fraction
+ y_scroll_distance_ratio: The vertical length of the scroll as a fraction
of the screen height.
repeat_count: The number of additional times to repeat the gesture.
repeat_delay_ms: The delay in milliseconds between each scroll gesture.

Powered by Google App Engine
This is Rietveld 408576698