Spelling fixes.

This commit is contained in:
darko-poljak 2014-01-27 08:24:43 +01:00
parent 912678e835
commit 5c9d372f2a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Perform custom action
from sweeper import file_dups
for files in iter_file_dups(['images']):
for fname in files:
print('found duplicte file with name: %s' % fname)
print('found duplicate file with name: %s' % fname)
As script::