]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
fix a small typo in development.environment.rst
authorliyingjun <liyingjun1988@gmail.com>
Fri, 8 Aug 2014 07:04:35 +0000 (15:04 +0800)
committerliyingjun <liyingjun1988@gmail.com>
Fri, 8 Aug 2014 07:04:35 +0000 (15:04 +0800)
virutalenv ==> virtualenv

Change-Id: If090ab7b92230fba15d7be98a84b51cce507bedd
Closes-bug: 1358531

doc/source/devref/development.environment.rst

index bacfae1c586f8cafe81fe7645bc747ff412e576c..e5ca7b8cc1fe2b64a3fc75a4f4e7f3f4e94d5ff1 100644 (file)
@@ -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::