Skip to content

Commit

Permalink
Fix typo in run-instrumentation-tests-via-adb-shell.sh
Browse files Browse the repository at this point in the history
Summary:
Small fix:

Fix typo in run-instrumentation-tests-via-adb-shell.sh. "reponse" is a misspelling of "response"
Closes #16408

Differential Revision: D6080538

Pulled By: hramos

fbshipit-source-id: 6fc4962fea3f52e1f384fcad3639626866fe131f
  • Loading branch information
mori-dev authored and facebook-github-bot committed Oct 17, 2017
1 parent 400f5b7 commit 52f9b3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def update():
# prevent CircleCI from killing the process for inactivity
while not done:
time.sleep(5)
print "Running in background. Waiting for 'adb' command reponse..."
print "Running in background. Waiting for 'adb' command response..."
t = threading.Thread(target=update)
t.dameon = True
Expand Down

0 comments on commit 52f9b3e

Please sign in to comment.