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/utils/lxc.sh.rst | |
parent | 4573417b6c5d50935233268d672d0f3fc8cef8c6 (diff) | |
download | searxng-f175574f3731c99d82758952e37f52037476aa5f.tar.gz searxng-f175574f3731c99d82758952e37f52037476aa5f.zip |
[fix] typos in documentation & messages
Diffstat (limited to 'docs/utils/lxc.sh.rst')
-rw-r--r-- | docs/utils/lxc.sh.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/utils/lxc.sh.rst b/docs/utils/lxc.sh.rst index 43dc915ef..88b0b4a9d 100644 --- a/docs/utils/lxc.sh.rst +++ b/docs/utils/lxc.sh.rst @@ -175,7 +175,7 @@ Each container shares the root folder of the repository and the command /share/SearXNG The path ``/share/SearXNG`` will be different on your HOST system. The commands -in the conatiner are executed by the ``root`` inside of the container. Compare +in the container are executed by the ``root`` inside of the container. Compare output of:: $ ls -li Makefile @@ -190,7 +190,7 @@ 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 system. In the example shown above the owner of the path in the container is -the ``root`` user of the conatiner (and the timezone in the container is +the ``root`` user of the container (and the timezone in the container is different to HOST system). |