Skip to content

Commit

Permalink
fix a small typo in development.environment.rst
Browse files Browse the repository at this point in the history
virutalenv ==> virtualenv

Change-Id: If090ab7b92230fba15d7be98a84b51cce507bedd
Closes-bug: 1358531
  • Loading branch information
liyingjun committed Aug 8, 2014
1 parent baa34a3 commit 6eba7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/devref/development.environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 6eba7aa

Please sign in to comment.