This commit is contained in:
rolux 2012-09-23 12:03:39 +02:00
parent f324f8bc38
commit 4fbcf77ef8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ def organize():
files_by_hash[file['hash']] = []
files_by_hash[file['hash']].append(file)
elif not parts[3] in ['Extras', 'Versions']:
issues['unexpected direcories'].append(path)
issues['unexpected directories'].append(path)
if not dirnames and (not filenames or not filter(lambda x: not is_system_file(x), filenames)):
issues['empty directories'].append(relative_path)