Spelling fixes.
This commit is contained in:
parent
912678e835
commit
5c9d372f2a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ Perform custom action
|
||||||
from sweeper import file_dups
|
from sweeper import file_dups
|
||||||
for files in iter_file_dups(['images']):
|
for files in iter_file_dups(['images']):
|
||||||
for fname in files:
|
for fname in files:
|
||||||
print('found duplicte file with name: %s' % fname)
|
print('found duplicate file with name: %s' % fname)
|
||||||
|
|
||||||
As script::
|
As script::
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue