diff --git a/data/interfaces/default/config.html b/data/interfaces/default/config.html index 14bf7981..eb6abeb1 100644 --- a/data/interfaces/default/config.html +++ b/data/interfaces/default/config.html @@ -416,7 +416,7 @@
- +
@@ -484,7 +484,7 @@
- +
@@ -635,7 +635,7 @@ Automatically start torrent on successful loading within rtorrent client
- +
@@ -694,7 +694,7 @@
- +
@@ -736,7 +736,7 @@
- +
@@ -1343,7 +1343,7 @@
- +
@@ -1371,7 +1371,7 @@
- +
@@ -1391,7 +1391,7 @@
- +
@@ -1423,7 +1423,7 @@ Send to all subscribers of the channel with this tag (Optional)
- +
@@ -1446,7 +1446,7 @@
- +
@@ -1466,7 +1466,7 @@
- +
@@ -1518,7 +1518,7 @@ Notify when comics are post processed?
- +
diff --git a/mylar/PostProcessor.py b/mylar/PostProcessor.py index acc99bb4..0777d9eb 100755 --- a/mylar/PostProcessor.py +++ b/mylar/PostProcessor.py @@ -2525,7 +2525,7 @@ class PostProcessor(object): rem_issueid = nfilename[xyb+3:yyb] logger.fdebug('issueid: %s' % rem_issueid) nfilename = '%s %s'.strip() % (nfilename[:xyb], nfilename[yyb+3:]) - logger.fdebug('issueid information [%s] removed successsfully: %s' % (rem_issueid, nfilename)) + logger.fdebug('issueid information [%s] removed successfully: %s' % (rem_issueid, nfilename)) self._log("New Filename: %s" % nfilename) logger.fdebug('%s New Filename: %s' % (module, nfilename)) diff --git a/mylar/filechecker.py b/mylar/filechecker.py index 4b7b7668..85dab904 100755 --- a/mylar/filechecker.py +++ b/mylar/filechecker.py @@ -340,7 +340,7 @@ class FileChecker(object): issueid = modfilename[x+3:y] logger.fdebug('issueid: %s' % issueid) modfilename = '%s %s'.strip() % (modfilename[:x], modfilename[y+3:]) - logger.fdebug('issueid %s removed successsfully: %s' % (issueid, modfilename)) + logger.fdebug('issueid %s removed successfully: %s' % (issueid, modfilename)) #here we take a snapshot of the current modfilename, the intent is that we will remove characters that match #as we discover them - namely volume, issue #, years, etc