diff options
author | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
---|---|---|
committer | stickell <l.stickell@yahoo.it> | 2014-08-25 12:32:18 +0200 |
commit | d59f8d4665ee8fcbced5a391d24f91fdbc047765 (patch) | |
tree | e4b6ca60bd21c4c7946871bfac12f0c1f16d8d47 /pyload.py | |
parent | Revert 8446e16346ece5a934550f69e81d0cad528f7fba. It broke the WebUI. (diff) | |
download | pyload-d59f8d4665ee8fcbced5a391d24f91fdbc047765.tar.xz |
Fixed some typos
Diffstat (limited to 'pyload.py')
-rw-r--r-- | pyload.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -156,7 +156,7 @@ class Core(object): #print " -a, --add=<link/list>", " " * 2, "Add the specified links" print " -u, --user", " " * 13, "Manages users" print " -d, --debug", " " * 12, "Enable debug mode" - print " -s, --setup", " " * 12, "Run Setup Assistent" + print " -s, --setup", " " * 12, "Run Setup Assistant" print " --configdir=<dir>", " " * 6, "Run with <dir> as config directory" print " -p, --pidfile=<file>", " " * 3, "Set pidfile to <file>" print " --changedir", " " * 12, "Change config dir permanently" @@ -347,12 +347,12 @@ class Core(object): self.log.debug("Remote activated: %s" % self.remote) self.check_install("Crypto", _("pycrypto to decode container files")) - #img = self.check_install("Image", _("Python Image Libary (PIL) for captcha reading")) + #img = self.check_install("Image", _("Python Image Library (PIL) for captcha reading")) #self.check_install("pycurl", _("pycurl to download any files"), True, True) self.check_file("tmp", _("folder for temporary files"), True) #tesser = self.check_install("tesseract", _("tesseract for captcha reading"), False) if os.name != "nt" else True - self.captcha = True # checks seems to fail, althoug tesseract is available + self.captcha = True # checks seems to fail, although tesseract is available self.check_file(self.config['general']['download_folder'], _("folder for downloads"), True) |