From: liyingjun Date: Fri, 8 Aug 2014 07:04:35 +0000 (+0800) Subject: fix a small typo in development.environment.rst X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=6eba7aa1035ec175d3b147e7c74b160a75d6aa36;p=openstack-build%2Fcinder-build.git fix a small typo in development.environment.rst virutalenv ==> virtualenv Change-Id: If090ab7b92230fba15d7be98a84b51cce507bedd Closes-bug: 1358531 --- diff --git a/doc/source/devref/development.environment.rst b/doc/source/devref/development.environment.rst index bacfae1c5..e5ca7b8cc 100644 --- a/doc/source/devref/development.environment.rst +++ b/doc/source/devref/development.environment.rst @@ -123,7 +123,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, setuptools) 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::