Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-07-05 19:59:23 +0300
committerBrad Warren <bmw@users.noreply.github.com>2017-07-05 19:59:23 +0300
commit6bb95c65960a517244e37e76634858fc415276a7 (patch)
tree611811db1778ae8e620140b572f8d662ad251900
parent5318945267ec3a8926210ec5fec2108bb267f269 (diff)
Fix a typo: enviroment -> environment (#4898)
-rw-r--r--docs/install.rst2
1 files changed, 1 insertions, 1 deletions
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