diff --git a/README.rst b/README.rst index 455420d..395b171 100644 --- a/README.rst +++ b/README.rst @@ -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::