summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPierre Chevalier <pierrechevaliergeol@gmail.com>2020-11-06 16:45:39 +0100
committerPierre Chevalier <pierrechevaliergeol@gmail.com>2020-11-13 16:06:16 +0100
commit482da5c6c7ae89c1d057c410341735dc83768947 (patch)
tree5ab69903b6ae7ccb47baee9d50717d65dd8c5cd7 /docs
parentaa6eaf603ff9b403dcc32adadbb1e75445f0348c (diff)
downloadsearxng-482da5c6c7ae89c1d057c410341735dc83768947.tar.gz
searxng-482da5c6c7ae89c1d057c410341735dc83768947.zip
Correct what was obviously a typo in vir(t)ualenv.
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/installation-searx.rst2
-rw-r--r--docs/dev/makefile.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/admin/installation-searx.rst b/docs/admin/installation-searx.rst
index f1d486021..a368bfe8c 100644
--- a/docs/admin/installation-searx.rst
+++ b/docs/admin/installation-searx.rst
@@ -52,7 +52,7 @@ In the same shell create *virtualenv*:
:end-before: END create virtualenv
To install searx's dependencies, exit the searx *bash* session you opened above
-and restart a new. Before install, first check if your *virualenv* was sourced
+and restart a new. Before install, first check if your *virtualenv* was sourced
from the login (*~/.profile*):
.. kernel-include:: $DOCS_BUILD/includes/searx.rst
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst
index 62cd0a984..699729a28 100644
--- a/docs/dev/makefile.rst
+++ b/docs/dev/makefile.rst
@@ -68,7 +68,7 @@ Python environment
``source ./local/py3/bin/activate``
-With Makefile we do no longer need to build up the virualenv manually (as
+With Makefile we do no longer need to build up the virtualenv manually (as
described in the :ref:`devquickstart` guide). Jump into your git working tree
and release a ``make pyenv``: