Browse Source

[fix] typo

Thomas Pointhuber 9 years ago
parent
commit
8bc0f04f4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/webapp.py

+ 1 - 1
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)