From 6bb95c65960a517244e37e76634858fc415276a7 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 5 Jul 2017 11:59:23 -0500 Subject: [PATCH] Fix a typo: enviroment -> environment (#4898) --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index a1e91c010..e75a8b3e2 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -89,7 +89,7 @@ You can workaround this restriction by creating a temporary swapfile:: user@webserver:~$ sudo mkswap /tmp/swapfile user@webserver:~$ sudo swapon /tmp/swapfile -Disable and remove the swapfile once the virtual enviroment is constructed:: +Disable and remove the swapfile once the virtual environment is constructed:: user@webserver:~$ sudo swapoff /tmp/swapfile user@webserver:~$ sudo rm /tmp/swapfile