From 1c3cdf58ec3749fd241947d3024fdf6f9f92e2fb Mon Sep 17 00:00:00 2001 From: sunqingliang6 Date: Wed, 17 Jan 2018 15:53:57 +0800 Subject: [PATCH] fix misspell Change-Id: I20f48f4cd7b4ed301d6c9df81aa66b1b126105f5 --- HACKING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.rst b/HACKING.rst index 09e2023f..4ca11b22 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -10,7 +10,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: