Skip to content

Commit 0e95d64

Browse files
author
The android_world Authors
committed
Merge pull request #346 from yulingtianxia:patch-1
PiperOrigin-RevId: 824414855
2 parents 7c09946 + 2e9062b commit 0e95d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android_world/env/adb_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def tap_screen(
291291
Returns:
292292
The adb response received after issuing the request.
293293
"""
294-
logging.info('Attemting to tap the screen at (%d, %d)', x, y)
294+
logging.info('Attempting to tap the screen at (%d, %d)', x, y)
295295
response = env.execute_adb_call(
296296
adb_pb2.AdbRequest(
297297
tap=adb_pb2.AdbRequest.Tap(x=x, y=y), timeout_sec=timeout_sec

0 commit comments

Comments
 (0)