fix small typo and link

Change-Id: I2c7e03c7fe34da57f062235deedc3d05ccd461ef
Signed-off-by: Thiago da Silva <thiago@redhat.com>
This commit is contained in:
Thiago da Silva 2016-06-03 10:28:50 -04:00
parent 71cd3ef210
commit 02be3f447c
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@ submitted for review via the Gerrit tool:
Pull requests submitted through GitHub will be ignored.
Bugs should be filed on Launchpad, not GitHub:
Bugs should be filed on StoryBoard, not GitHub:
https://bugs.launchpad.net/bindep
https://storyboard.openstack.org/#!/project/811

View File

@ -100,7 +100,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: