summaryrefslogtreecommitdiffstats
path: root/module/plugins/hooks/FreeWayMe.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-31 02:33:33 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-31 02:33:33 +0100
commit08f9ab64b9e2f2b7f4c41cc1629a96af7febb740 (patch)
tree9ce0d0d40c778f88eebe3cfc66edd3a6b4e55725 /module/plugins/hooks/FreeWayMe.py
parentMerge pull request #995 from LukasKalbertodt/stable (diff)
downloadpyload-08f9ab64b9e2f2b7f4c41cc1629a96af7febb740.tar.xz
Tiny code cosmetics
Diffstat (limited to 'module/plugins/hooks/FreeWayMe.py')
-rw-r--r--module/plugins/hooks/FreeWayMe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/FreeWayMe.py b/module/plugins/hooks/FreeWayMe.py
index f2a4f2d34..6cbea3417 100644
--- a/module/plugins/hooks/FreeWayMe.py
+++ b/module/plugins/hooks/FreeWayMe.py
@@ -10,7 +10,7 @@ class FreeWayMe(MultiHook):
__config__ = [("mode", "all;listed;unlisted", "Use for hosters (if supported):", "all"),
("pluginlist", "str", "Hoster list (comma separated)", ""),
- ("revertfailed", "bool", "Revert to stanard download if download fails", False),
+ ("revertfailed", "bool", "Revert to standard download if download fails", False),
("interval", "int", "Reload interval in hours (0 to disable)", 24)]
__description__ = """FreeWay.me hook plugin"""