From c9e6034c519415dbc7f19e278143752c43df272d Mon Sep 17 00:00:00 2001 From: Pierre Freund Date: Sat, 19 Jan 2013 13:52:40 +0800 Subject: [PATCH] Typo error, "requied" -> "required" in run_tests.sh Change-Id: I6ee8bdbd26cef373bb4be3bc18397819aa2a877b --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 553cd2527e..ff9870a29b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -56,7 +56,7 @@ function run_pep8 { else echo "ERROR installed version of pep8 $INST_PEP_VERSION" >&2 echo "does not match the required version in tox.ini ($TOX_PEP_VERSION)" >&2 - echo "please install the requied version of pep8" >&2 + echo "please install the required version of pep8" >&2 fi exit 1 fi