From 2a8519be3078ce5b419d5762f1c47075f8e135b6 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Thu, 14 Jul 2022 00:08:44 +0800 Subject: [PATCH] Fix typos [skip ci] (#813) --- README.md | 2 +- app/request.py | 2 +- app/static/settings/languages.json | 2 +- docker-compose-traefik.yaml | 2 +- docker-compose.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2f7a8c0..236c218 100644 --- a/README.md +++ b/README.md @@ -538,7 +538,7 @@ Under the hood, Whoogle is a basic Flask app with the following structure: - `search.html`: An iframe-able search page - `logo.html`: A template consisting mostly of the Whoogle logo as an SVG (separated to help keep `index.html` a bit cleaner) - `opensearch.xml`: A template used for supporting [OpenSearch](https://developer.mozilla.org/en-US/docs/Web/OpenSearch). - - `imageresults.html`: An "exprimental" template used for supporting the "Full Size" image feature on desktop. + - `imageresults.html`: An "experimental" template used for supporting the "Full Size" image feature on desktop. - `static/` - CSS/Javascript files, should be self-explanatory - `static/settings` diff --git a/app/request.py b/app/request.py index 5bab1ac..fe17734 100644 --- a/app/request.py +++ b/app/request.py @@ -66,7 +66,7 @@ def send_tor_signal(signal: Signal) -> bool: return True except (SocketError, AuthenticationFailure, ConnectionRefusedError, ConnectionError): - # TODO: Handle Tor authentification (password and cookie) + # TODO: Handle Tor authentication (password and cookie) os.environ['TOR_AVAILABLE'] = '0' return False diff --git a/app/static/settings/languages.json b/app/static/settings/languages.json index 3bf750a..5ecc6fd 100644 --- a/app/static/settings/languages.json +++ b/app/static/settings/languages.json @@ -45,7 +45,7 @@ {"name": "Swedish (Svenska)", "value": "lang_sv"}, {"name": "Thai (ไทย)", "value": "lang_th"}, {"name": "Turkish (Türk)", "value": "lang_tr"}, - {"name": "Ukranian (Український)", "value": "lang_uk"}, + {"name": "Ukrainian (Український)", "value": "lang_uk"}, {"name": "Vietnamese (Tiếng Việt)", "value": "lang_vi"}, {"name": "Xhosa (isiXhosa)", "value": "lang_xh"}, {"name": "Zulu (isiZulu)", "value": "lang_zu"} diff --git a/docker-compose-traefik.yaml b/docker-compose-traefik.yaml index 79b8b6a..b1f5c9d 100644 --- a/docker-compose-traefik.yaml +++ b/docker-compose-traefik.yaml @@ -1,4 +1,4 @@ -# cant use mem_limit in a 3.x docker-compose file in non swarm mode +# can't use mem_limit in a 3.x docker-compose file in non swarm mode # see https://github.com/docker/compose/issues/4513 version: "2.4" diff --git a/docker-compose.yml b/docker-compose.yml index f8f1be7..f38cfdc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# cant use mem_limit in a 3.x docker-compose file in non swarm mode +# can't use mem_limit in a 3.x docker-compose file in non swarm mode # see https://github.com/docker/compose/issues/4513 version: "2.4"