From cfb726e4a036982f94b31e2b315c6f085f5746bb Mon Sep 17 00:00:00 2001 From: Atsushi SAKAI Date: Mon, 10 Aug 2015 11:17:54 +0900 Subject: [PATCH] Fix one typo on git-review documentation depenedencies => dependencies Change-Id: Ic4fde22a932a66145ecb821419cba421dcf2177f --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 17a97e4..e6ccb96 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -239,7 +239,7 @@ Running Tests ------------- The testing system is based on a combination of tox and testr. The canonical approach to running tests is to simply run the command `tox`. This will -create virtual environments, populate them with depenedencies and run all of +create virtual environments, populate them with dependencies and run all of the tests that OpenStack CI systems run. Behind the scenes, tox is running `testr run --parallel`, but is set up such that you can supply any additional testr arguments that are needed to tox. For example, you can run: