Typo error, "requied" -> "required" in run_tests.sh

Change-Id: I6ee8bdbd26cef373bb4be3bc18397819aa2a877b
This commit is contained in:
Pierre Freund 2013-01-19 13:52:40 +08:00
parent 55c90321b4
commit c9e6034c51

View File

@ -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