From 52f9b3e5166b451eac78a287ec93355f4d6177f1 Mon Sep 17 00:00:00 2001 From: mori-dev Date: Tue, 17 Oct 2017 13:17:15 -0700 Subject: [PATCH] Fix typo in run-instrumentation-tests-via-adb-shell.sh Summary: Small fix: Fix typo in run-instrumentation-tests-via-adb-shell.sh. "reponse" is a misspelling of "response" Closes https://github.com/facebook/react-native/pull/16408 Differential Revision: D6080538 Pulled By: hramos fbshipit-source-id: 6fc4962fea3f52e1f384fcad3639626866fe131f --- .../scripts/run-instrumentation-tests-via-adb-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ContainerShip/scripts/run-instrumentation-tests-via-adb-shell.sh b/ContainerShip/scripts/run-instrumentation-tests-via-adb-shell.sh index ea5255052eee3c..5a9a976a97da4e 100755 --- a/ContainerShip/scripts/run-instrumentation-tests-via-adb-shell.sh +++ b/ContainerShip/scripts/run-instrumentation-tests-via-adb-shell.sh @@ -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