summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorjazzzooo <38244149+jazzzooo@users.noreply.github.com>2023-09-15 00:53:03 -0700
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-18 16:20:27 +0200
commit223b3487c38a2390ad936943266a44da9cbb810a (patch)
tree6dde6498a4c37731427715d01b6314b09be52897 /docs
parenta9b6963971327605db1509795be7795dc7401f3f (diff)
[fix] spelling
Diffstat (limited to 'docs')
-rw-r--r--docs/admin/installation-apache.rst2
-rw-r--r--docs/dev/engines/engine_overview.rst4
-rw-r--r--docs/dev/makefile.rst2
-rw-r--r--docs/dev/reST.rst2
-rw-r--r--docs/utils/lxc.sh.rst2
5 files changed, 6 insertions, 6 deletions
diff --git a/docs/admin/installation-apache.rst b/docs/admin/installation-apache.rst
index 9fbb187c..b0b58060 100644
--- a/docs/admin/installation-apache.rst
+++ b/docs/admin/installation-apache.rst
@@ -190,7 +190,7 @@ Debian:
Apache modules
--------------
-To load additional modules, in most distributions you have to un-comment the
+To load additional modules, in most distributions you have to uncomment the
lines with the corresponding LoadModule_ directive, except in :ref:`Debian's
Apache layout`.
diff --git a/docs/dev/engines/engine_overview.rst b/docs/dev/engines/engine_overview.rst
index 8052a8be..00c766f2 100644
--- a/docs/dev/engines/engine_overview.rst
+++ b/docs/dev/engines/engine_overview.rst
@@ -87,8 +87,8 @@ For a more detailed description, see :ref:`settings engine` in the :ref:`settin
Overrides
---------
-A few of the options have default values in the namespace of engine's python
-modul, but are often overwritten by the settings. If ``None`` is assigned to an
+A few of the options have default values in the namespace of the engine's python
+module, but are often overwritten by the settings. If ``None`` is assigned to an
option in the engine file, it has to be redefined in the settings, otherwise
SearXNG will not start with that engine (global names with a leading underline can
be ``None``).
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst
index 286055af..8f29dd25 100644
--- a/docs/dev/makefile.rst
+++ b/docs/dev/makefile.rst
@@ -259,7 +259,7 @@ modify (:ref:`make themes`)::
``make format.python``
======================
-Format Python sourcee code using `Black code style`_. See ``$BLACK_OPTIONS``
+Format Python source code using `Black code style`_. See ``$BLACK_OPTIONS``
and ``$BLACK_TARGETS`` in :origin:`Makefile`.
.. attention::
diff --git a/docs/dev/reST.rst b/docs/dev/reST.rst
index 47af0b13..ed7ecddd 100644
--- a/docs/dev/reST.rst
+++ b/docs/dev/reST.rst
@@ -235,7 +235,7 @@ To refer anchors use the `ref role`_ markup:
.. admonition:: ``:ref:`` role
:class: rst-example
- Visist chapter :ref:`reST anchor`. Or set hyperlink text manually :ref:`foo
+ Visit chapter :ref:`reST anchor`. Or set hyperlink text manually :ref:`foo
bar <reST anchor>`.
.. _reST ordinary ref:
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst
index 88b0b4a9..fae302c9 100644
--- a/docs/utils/lxc.sh.rst
+++ b/docs/utils/lxc.sh.rst
@@ -188,7 +188,7 @@ output of::
Since the path ``/share/SearXNG`` of the HOST system is wrapped into the
container under the same name, the shown ``Makefile`` (inode ``47712402``) in
-the ouput is always the identical ``/share/SearXNG/Makefile`` from the HOST
+the output is always the identical ``/share/SearXNG/Makefile`` from the HOST
system. In the example shown above the owner of the path in the container is
the ``root`` user of the container (and the timezone in the container is
different to HOST system).