summaryrefslogtreecommitdiff
path: root/docs/admin
diff options
context:
space:
mode:
Diffstat (limited to 'docs/admin')
-rw-r--r--docs/admin/buildhosts.rst2
-rw-r--r--docs/admin/installation-docker.rst4
-rw-r--r--docs/admin/installation-searxng.rst2
-rw-r--r--docs/admin/settings/settings_redis.rst2
-rw-r--r--docs/admin/settings/settings_ui.rst2
-rw-r--r--docs/admin/update-searxng.rst2
6 files changed, 7 insertions, 7 deletions
diff --git a/docs/admin/buildhosts.rst b/docs/admin/buildhosts.rst
index b7f317f74..bdb9ae1d4 100644
--- a/docs/admin/buildhosts.rst
+++ b/docs/admin/buildhosts.rst
@@ -33,7 +33,7 @@ This will install packages needed by SearXNG:
:start-after: START distro-packages
:end-before: END distro-packages
-and packages needed to build docuemtation and run tests:
+and packages needed to build documentation and run tests:
.. kernel-include:: $DOCS_BUILD/includes/searxng.rst
:start-after: START build-packages
diff --git a/docs/admin/installation-docker.rst b/docs/admin/installation-docker.rst
index eb52c5828..c667c4f44 100644
--- a/docs/admin/installation-docker.rst
+++ b/docs/admin/installation-docker.rst
@@ -43,7 +43,7 @@ of this container:
- enables :ref:`limiter <limiter>` to protect against bots
- enables :ref:`image proxy <image_proxy>` for better privacy
-- enables :ref:`cache busting <static_use_hash>` to save bandwith
+- enables :ref:`cache busting <static_use_hash>` to save bandwidth
----
@@ -108,7 +108,7 @@ can modify these files according to your needs and restart the Docker image.
Use command ``container ls`` to list running containers, add flag `-a
<https://docs.docker.com/engine/reference/commandline/container_ls>`__ to list
exited containers also. With ``container stop`` a running container can be
-stoped. To get rid of a container use ``container rm``:
+stopped. To get rid of a container use ``container rm``:
.. code:: sh
diff --git a/docs/admin/installation-searxng.rst b/docs/admin/installation-searxng.rst
index 3efc48e8c..7bb936f15 100644
--- a/docs/admin/installation-searxng.rst
+++ b/docs/admin/installation-searxng.rst
@@ -86,7 +86,7 @@ below. This setup:
- enables :ref:`limiter <limiter>` to protect against bots
- enables :ref:`image proxy <image_proxy>` for better privacy
-- enables :ref:`cache busting <static_use_hash>` to save bandwith
+- enables :ref:`cache busting <static_use_hash>` to save bandwidth
Modify the ``/etc/searxng/settings.yml`` to your needs:
diff --git a/docs/admin/settings/settings_redis.rst b/docs/admin/settings/settings_redis.rst
index df5dc743f..9fb067553 100644
--- a/docs/admin/settings/settings_redis.rst
+++ b/docs/admin/settings/settings_redis.rst
@@ -7,7 +7,7 @@
.. _Redis.from_url(url): https://redis-py.readthedocs.io/en/stable/connections.html#redis.client.Redis.from_url
A redis DB can be connected by an URL, in :py:obj:`searx.redisdb` you
-will find a description to test your redis connection in SerXNG. When using
+will find a description to test your redis connection in SearXNG. When using
sockets, don't forget to check the access rights on the socket::
ls -la /usr/local/searxng-redis/run/redis.sock
diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst
index e355199a2..8f390e58d 100644
--- a/docs/admin/settings/settings_ui.rst
+++ b/docs/admin/settings/settings_ui.rst
@@ -46,7 +46,7 @@
.. cache_url:
``cache_url`` : ``https://web.archive.org/web/``
- URL prefix of the internet archive or cache, don't forgett trailing slash (if
+ URL prefix of the internet archive or cache, don't forget trailing slash (if
needed). The default is https://web.archive.org/web/ alternatives are:
- https://webcache.googleusercontent.com/search?q=cache:
diff --git a/docs/admin/update-searxng.rst b/docs/admin/update-searxng.rst
index 27c0108d4..b9d15c3f7 100644
--- a/docs/admin/update-searxng.rst
+++ b/docs/admin/update-searxng.rst
@@ -61,7 +61,7 @@ and then, to name just a few:
- The image proxy morty is no longer needed, it has been replaced by the
:ref:`image proxy <image_proxy>` from SearXNG.
-- To save bandwith :ref:`cache busting <static_use_hash>` has been implemented.
+- To save bandwidth :ref:`cache busting <static_use_hash>` has been implemented.
To get in use, the ``static-expires`` needs to be set in the :ref:`uwsgi
setup`.