Index: build/android/pylib/remote/device/remote_device_uirobot_test_run.py |
diff --git a/build/android/pylib/remote/device/remote_device_uirobot_test_run.py b/build/android/pylib/remote/device/remote_device_uirobot_test_run.py |
index 936db0a45dffd6b10db17e62677888597da26dc2..f818c989abb70ea3ea32d561ac401325005f0d57 100644 |
--- a/build/android/pylib/remote/device/remote_device_uirobot_test_run.py |
+++ b/build/android/pylib/remote/device/remote_device_uirobot_test_run.py |
@@ -43,7 +43,7 @@ class RemoteDeviceUirobotTestRun(remote_device_test_run.RemoteDeviceTestRun): |
default_runner_type = 'ios_robot' |
else: |
raise remote_device_helper.RemoteDeviceError( |
- 'Unkown device type: %s' % self._env.device_type) |
+ 'Unknown device type: %s' % self._env.device_type) |
self._app_id = self._UploadAppToDevice(self._test_instance.app_under_test) |
if not self._env.runner_type: |