diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-09-28 09:22:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-28 09:22:02 +0200 |
| commit | a3148e51157e2ddbfbeb405b4d0b61aeafa405ba (patch) | |
| tree | 6972d4b4aacb6736c06be3f327546a094f6f86c1 /searx/settings.yml | |
| parent | 0e00af9c26338984ed0241fb3677550a6afd1b7d (diff) | |
| parent | ba8959ad7c18ce4165d29b7a472d845bd96f4735 (diff) | |
Merge pull request #1814 from return42/fix-typos
[fix] typos / reported by @kianmeng in searx PR-3366
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 4ca7e8946..26b52d2df 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -52,7 +52,7 @@ search: server: # If you change port, bind_address or base_url don't forget to rebuild - # instance's enviroment (make buildenv) + # instance's environment (make buildenv) port: 8888 bind_address: "127.0.0.1" base_url: false # Possible values: false or "https://example.org/location". @@ -135,7 +135,7 @@ outgoing: request_timeout: 3.0 # the maximum timeout in seconds # max_request_timeout: 10.0 - # suffix of searx_useragent, could contain informations like an email address + # suffix of searx_useragent, could contain information like an email address # to the administrator useragent_suffix: "" # The maximum number of concurrent connections that may be established. @@ -183,7 +183,7 @@ outgoing: # # these plugins are enabled if nothing is configured .. # - 'Hash plugin' # - 'Search on category select' -# - 'Self Informations' +# - 'Self Information' # - 'Tracker URL remover' # - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy # # these plugins are disabled if nothing is configured .. |