From 5c9d372f2a7921c13d98c87ae4830e26b1fe73e9 Mon Sep 17 00:00:00 2001 From: darko-poljak Date: Mon, 27 Jan 2014 08:24:43 +0100 Subject: [PATCH] Spelling fixes. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::