diff options
author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2016-01-21 15:57:02 +0100 |
---|---|---|
committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2016-01-21 15:57:02 +0100 |
commit | 8bc0f04f4b4ca6a0e1108a6725d82444c585f68d (patch) | |
tree | 53ad1fd860354be68e8a6dac1ed028c327e822a4 /searx/webapp.py | |
parent | 85151ab0510d8ed1e6649acbf92e3b1875d53cd6 (diff) | |
download | searxng-8bc0f04f4b4ca6a0e1108a6725d82444c585f68d.tar.gz searxng-8bc0f04f4b4ca6a0e1108a6725d82444c585f68d.zip |
[fix] typo
Diffstat (limited to 'searx/webapp.py')
-rw-r--r-- | searx/webapp.py | 2 |
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) |