Fix a typo: enviroment -> environment (#4898)

This commit is contained in:
Felix Yan
2017-07-05 12:59:23 -04:00
committed by Brad Warren
parent 5318945267
commit 6bb95c6596
+1 -1
View File
@@ -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