From 6eba7aa1035ec175d3b147e7c74b160a75d6aa36 Mon Sep 17 00:00:00 2001 From: liyingjun Date: Fri, 8 Aug 2014 15:04:35 +0800 Subject: [PATCH] fix a small typo in development.environment.rst virutalenv ==> virtualenv Change-Id: If090ab7b92230fba15d7be98a84b51cce507bedd Closes-bug: 1358531 --- doc/source/devref/development.environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: -- 2.45.2