| 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)
|
|
|