[diffoscope] 02/04: main: Correct grammar in comment.

Chris Lamb chris at chris-lamb.co.uk
Fri Feb 10 11:08:05 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 f6745a1ae7546f9a2c9130e7f7bf8635804a0b3b
Author: Chris Lamb <lamby at debian.org>
Date:   Fri Feb 10 21:36:17 2017 +1300

    main: Correct grammar in comment.
    
    Gbp-Dch: ignore
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/main.py b/diffoscope/main.py
index a8f4dcf..c483728 100644
--- a/diffoscope/main.py
+++ b/diffoscope/main.py
@@ -256,7 +256,7 @@ def run_diffoscope(parsed_args):
             difference = compare_root_paths(
                 parsed_args.path1, parsed_args.path2)
     ProgressManager().finish()
-    # Generate an empty, dummy diff to write, saving for exit code first.
+    # Generate an empty, dummy diff to write, saving the exit code first.
     has_differences = bool(difference is not None)
     if difference is None and parsed_args.output_empty:
         difference = Difference(None, parsed_args.path1, parsed_args.path2)

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


More information about the diffoscope mailing list