Fix typo in Rally Installation document

"ran" was miss-spelled as "run" in install.rst

Closes-Bug #1488835

Change-Id: Ie54f23b960729bb3d7e985873ca5027ff8ba715e
This commit is contained in:
mitsutu yoshida 2015-08-26 09:28:31 +00:00
parent 131794caee
commit 96fc6edb14
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ and some dependency is missing it will ask you if you want to install
the required packages.
By default it will install Rally in a virtualenv in ``~/rally`` when
ran as standard user, or install system wide when ran as root. You can
run as standard user, or install system wide when run as root. You can
install Rally in a venv by using the option ``--target``:
.. code-block:: none