summaryrefslogtreecommitdiff
path: root/docs/dev/lxcdev.rst
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-09-28 09:22:02 +0200
committerGitHub <noreply@github.com>2022-09-28 09:22:02 +0200
commita3148e51157e2ddbfbeb405b4d0b61aeafa405ba (patch)
tree6972d4b4aacb6736c06be3f327546a094f6f86c1 /docs/dev/lxcdev.rst
parent0e00af9c26338984ed0241fb3677550a6afd1b7d (diff)
parentba8959ad7c18ce4165d29b7a472d845bd96f4735 (diff)
Merge pull request #1814 from return42/fix-typos
[fix] typos / reported by @kianmeng in searx PR-3366
Diffstat (limited to 'docs/dev/lxcdev.rst')
-rw-r--r--docs/dev/lxcdev.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lxcdev.rst b/docs/dev/lxcdev.rst
index 6195a575d..6688c21f0 100644
--- a/docs/dev/lxcdev.rst
+++ b/docs/dev/lxcdev.rst
@@ -202,7 +202,7 @@ To debug services from filtron and morty analogous use:
Another point we have to notice is that the service (:ref:`SearXNG <searxng.sh>`
runs under dedicated system user account with the same name (compare
-:ref:`create searxng user`). To get a shell from theses accounts, simply call:
+:ref:`create searxng user`). To get a shell from these accounts, simply call:
.. tabs::
@@ -300,7 +300,7 @@ of the container:
Now we can develop as usual in the working tree of our desktop system. Every
time the software was changed, you have to restart the SearXNG service (in the
-conatiner):
+container):
.. tabs::
@@ -359,7 +359,7 @@ We build up a fully functional SearXNG suite in a archlinux container:
$ sudo -H ./utils/lxc.sh install suite searxng-archlinux
To access HTTP from the desktop we installed nginx for the services inside the
-conatiner:
+container:
.. tabs::