Fix typo in utils/searx.sh (#3331)

This commit is contained in:
Morten Lautrup 2022-08-08 18:19:42 +00:00 committed by GitHub
parent c1a611c6b9
commit f199100e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ EOF
}
test_local_searx() {
rst_title "Testing searx instance localy" section
rst_title "Testing searx instance locally" section
echo
if service_is_available "http://${SEARX_INTERNAL_HTTP}" &>/dev/null; then