diff options
author | stickell <l.stickell@yahoo.it> | 2015-07-31 12:10:00 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2015-07-31 12:10:00 +0200 |
commit | c643e93eff9263788bda4630caa0d98078b1a99f (patch) | |
tree | bb753eb9a1d1f1d0e5b4d608f34627ee0cb6408a | |
parent | Fix http://forum.pyload.org/viewtopic.php?f=12&t=4354 (diff) | |
download | pyload-c643e93eff9263788bda4630caa0d98078b1a99f.tar.xz |
-rw-r--r-- | pyload/Thread/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Thread/Server.py b/pyload/Thread/Server.py index a26ffe6a1..9576c9bb2 100644 --- a/pyload/Thread/Server.py +++ b/pyload/Thread/Server.py @@ -61,7 +61,7 @@ class WebServer(threading.Thread): except Exception, e: log.error(_("Error importing lightweight server: %s") % e) log.warning(_("You need to download and compile bjoern, https://github.com/jonashaag/bjoern")) - log.warning(_("Copy the boern.so file to lib/Python/Lib or use setup.py install")) + log.warning(_("Copy the bjoern.so file to lib/Python/Lib or use setup.py install")) log.warning(_("Of course you need to be familiar with linux and know how to compile software")) self.server = "auto" else: |