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 /utils/searxng.sh | |
| 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 'utils/searxng.sh')
| -rwxr-xr-x | utils/searxng.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh index d9ecdcca3..58f220e1f 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -911,8 +911,8 @@ searxng.doc.rst() { eval "echo \"$(< "${REPO_ROOT}/docs/build-templates/searxng.rst")\"" - # I use ubuntu-20.04 here to demonstrate that versions are also suported, - # normaly debian-* and ubuntu-* are most the same. + # I use ubuntu-20.04 here to demonstrate that versions are also supported, + # normally debian-* and ubuntu-* are most the same. for DIST_NAME in ubuntu-20.04 arch fedora; do ( |