diff options
author | ToxyFlog1627 <59206807+ToxyFlog1627@users.noreply.github.com> | 2023-08-11 14:01:54 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-08-13 08:50:29 +0200 |
commit | f175574f3731c99d82758952e37f52037476aa5f (patch) | |
tree | 2a20016a2a74fe48fa2cb639469d23ff1f60ef7b /docs/admin | |
parent | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff) | |
download | searxng-f175574f3731c99d82758952e37f52037476aa5f.tar.gz searxng-f175574f3731c99d82758952e37f52037476aa5f.zip |
[fix] typos in documentation & messages
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/buildhosts.rst | 2 | ||||
-rw-r--r-- | docs/admin/installation-docker.rst | 4 | ||||
-rw-r--r-- | docs/admin/installation-searxng.rst | 2 | ||||
-rw-r--r-- | docs/admin/settings/settings_redis.rst | 2 | ||||
-rw-r--r-- | docs/admin/settings/settings_ui.rst | 2 | ||||
-rw-r--r-- | docs/admin/update-searxng.rst | 2 |
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`. |