summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorThomas Pointhuber <thomas.pointhuber@gmx.at>2016-01-21 15:57:02 +0100
committerThomas Pointhuber <thomas.pointhuber@gmx.at>2016-01-21 15:57:02 +0100
commit8bc0f04f4b4ca6a0e1108a6725d82444c585f68d (patch)
tree53ad1fd860354be68e8a6dac1ed028c327e822a4 /searx
parent85151ab0510d8ed1e6649acbf92e3b1875d53cd6 (diff)
downloadsearxng-8bc0f04f4b4ca6a0e1108a6725d82444c585f68d.tar.gz
searxng-8bc0f04f4b4ca6a0e1108a6725d82444c585f68d.zip
[fix] typo
Diffstat (limited to 'searx')
-rw-r--r--searx/webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index fdbf7b45f..71d65aa82 100644
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -120,7 +120,7 @@ _category_names = (gettext('files'),
gettext('it'),
gettext('news'),
gettext('map'),
- gettext('scence'))
+ gettext('science'))
outgoing_proxies = settings['outgoing'].get('proxies', None)