From 5f64eceb696e4501837ecdc5d53705969f0ef2ae Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 27 Feb 2018 02:56:34 +0000 Subject: [PATCH] fix typo in tox_install.sh Change-Id: I6e5b3489343abf268bd27ce4b148ab3f3d2c652f --- tools/tox_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index e61b63a8..d7d9f22f 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -9,7 +9,7 @@ shift 1 set -e -# NOTE(tonyb): Place this in the tox enviroment's log dir so it will get +# NOTE(tonyb): Place this in the tox environment's log dir so it will get # published to logs.openstack.org for easy debugging. localfile="$VIRTUAL_ENV/log/upper-constraints.txt"