[diffoscope] 03/03: Correct "special case" typo.

Chris Lamb chris at chris-lamb.co.uk
Mon Jan 2 19:25:56 CET 2017


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit b2fcd819ee4cae8496aaec0ce76c65819efe99f3
Author: Chris Lamb <lamby at debian.org>
Date:   Mon Jan 2 18:25:31 2017 +0000

    Correct "special case" typo.
    
    Gbp-Dch: Ignore
---
 diffoscope/presenters/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/presenters/utils.py b/diffoscope/presenters/utils.py
index 066b4b7..323b622 100644
--- a/diffoscope/presenters/utils.py
+++ b/diffoscope/presenters/utils.py
@@ -65,7 +65,7 @@ def output_all(difference, parsed_args, has_differences):
             data['fn'](difference, parsed_args, has_differences)
 
 def text(difference, parsed_args, has_differences):
-    # As a sppecial case, write an empty file instead of an empty diff.
+    # As a special case, write an empty file instead of an empty diff.
     if not has_differences:
         open(parsed_args.text_output, 'w').close()
         return

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list