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

Unified Diff: tools/telemetry/telemetry/core/android_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/core/android_action_runner.py
diff --git a/tools/telemetry/telemetry/core/android_action_runner.py b/tools/telemetry/telemetry/core/android_action_runner.py
index 882dcb1d2b17c5299cb8de4993900d1b8566ffd2..e0f96949197a284a51320867988e870d7ae40cda 100644
--- a/tools/telemetry/telemetry/core/android_action_runner.py
+++ b/tools/telemetry/telemetry/core/android_action_runner.py
@@ -27,7 +27,7 @@ class AndroidActionRunner(object):
def SmoothScrollBy(self, left_start_coord, top_start_coord, direction,
scroll_distance):
- """Perfrom gesture to scroll down on the android device.
+ """Perform gesture to scroll down on the android device.
"""
if direction not in ['down', 'up', 'left', 'right']:
raise ActionNotSupported('Invalid scroll direction: %s' % direction)

Powered by Google App Engine
This is Rietveld 408576698