Skip to content

Commit 2e9062b

Browse files
Fix typo in logging message for screen tap
1 parent 7c09946 commit 2e9062b

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)