Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba8959ad authored by Markus Heiser's avatar Markus Heiser
Browse files

[fix] typos / reported by @kianmeng in searx PR-3366

parent 94c4cc12
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
;;
;;    If you get ``*** EPC Error ***`` (even after a jedi:install-server) in
;;    your emacs session, mostly you have jedi-mode enabled but the python
;;    enviroment is missed.  The python environment has to be next to the
;;    environment is missed.  The python environment has to be next to the
;;    ``<repo>/.dir-locals.el`` in::
;;
;;       ./local/py3
@@ -64,10 +64,10 @@
               (setq-local python-environment-directory
                           (expand-file-name "./local" prj-root))

               ;; to get in use of NVM enviroment, install https://github.com/rejeep/nvm.el
               ;; to get in use of NVM environment, install https://github.com/rejeep/nvm.el
               (setq-local nvm-dir (expand-file-name "./.nvm" prj-root))

               ;; use 'py3' enviroment as default
               ;; use 'py3' environment as default
               (setq-local python-environment-default-root-name
                           "py3")

+1 −1
Original line number Diff line number Diff line
@@ -323,7 +323,7 @@ Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features
 - Removed engines: faroo

Special thanks to `NLNet <https://nlnet.nl>`__ for sponsoring multiple features of this release.
Special thanks to https://www.accessibility.nl/english for making accessibilty audit.
Special thanks to https://www.accessibility.nl/english for making accessibility audit.

News
~~~~
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ update_conf() {
            # There is a new version
            if [ "$FORCE_CONF_UPDATE" -ne 0 ]; then
                # Replace the current configuration
                printf '⚠️  Automaticaly update %s to the new version\n' "${CONF}"
                printf '⚠️  Automatically update %s to the new version\n' "${CONF}"
                if [ ! -f "${OLD_CONF}" ]; then
                    printf 'The previous configuration is saved to %s\n' "${OLD_CONF}"
                    mv "${CONF}" "${OLD_CONF}"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ threads = 4
# The right granted on the created socket
chmod-socket = 666

# Plugin to use and interpretor config
# Plugin to use and interpreter config
single-interpreter = true
master = true
plugin = python3
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ place the templates at::

  searx/templates/{theme_name}/result_templates/{template_name}

Futhermore, if you do not wish to expose these engines on a public instance, you
Furthermore, if you do not wish to expose these engines on a public instance, you
can still add them and limit the access by setting ``tokens`` as described in
section :ref:`private engines`.

Loading