doc: fix typo s/virutalenv/virtualenv/

Change-Id: I46c1680c5fb51c41815f2dc30eafe23dacef4385
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2015-07-20 16:17:40 +02:00
parent 8d0c93d3d7
commit e3f7b5a46f

View File

@ -120,7 +120,7 @@ You can manually install the virtual environment instead of having
This will install all of the Python packages listed in the
``requirements.txt`` file into your virtualenv. There will also be some
additional packages (pip, distribute, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.
by the ``tools/install_venv.py`` file into the virtualenv.
If all goes well, you should get a message something like this::