HeadPhones status check changes and typos. Fixes #447

This commit is contained in:
clinton-hall 2014-06-25 10:27:02 +09:30
commit ae13aaff68
2 changed files with 10 additions and 8 deletions

View file

@ -69,7 +69,7 @@ class autoProcessMovie:
except:
continue
# Narrow results by removing old releases by comparing there last_edit field
# Narrow results by removing old releases by comparing their last_edit field
if len(results) > 1:
for id1, x1 in results.items():
for id2, x2 in results.items():