[Git][reproducible-builds/diffoscope][master] Use "human-readable" over unhyphenated version.
Chris Lamb
gitlab at salsa.debian.org
Fri Jul 24 11:36:19 UTC 2020
Chris Lamb pushed to branch master at Reproducible Builds / diffoscope
Commits:
c1b066c3 by Chris Lamb at 2020-07-24T12:35:49+01:00
Use "human-readable" over unhyphenated version.
- - - - -
3 changed files:
- README.rst
- debian/control
- diffoscope/changes.py
Changes:
=====================================
README.rst
=====================================
@@ -9,7 +9,7 @@ diffoscope
diffoscope will try to get to the bottom of what makes files or
directories different. It will recursively unpack archives of many kinds
-and transform various binary formats into more human readable form to
+and transform various binary formats into more human-readable form to
compare them. It can compare two tarballs, ISO images, or PDF just as
easily.
=====================================
debian/control
=====================================
@@ -110,7 +110,7 @@ Recommends:
Description: in-depth comparison of files, archives, and directories
diffoscope will try to get to the bottom of what makes files or directories
different. It will recursively unpack archives of many kinds and transform
- various binary formats into more human readable form to compare them. It can
+ various binary formats into more human-readable form to compare them. It can
compare two tarballs, ISO images, or PDF just as easily. The differences can
be shown in a text or HTML report.
.
=====================================
diffoscope/changes.py
=====================================
@@ -264,7 +264,7 @@ class Changes:
raise ChangesFileException(
"Unknown problem while verifying signature")
- # contains verbose human readable GPG information
+ # contains verbose human-readable GPG information
gpg_output_stderr = str(gpg_output_stderr, encoding='utf8')
gpg_output = gpg_output.decode(encoding='UTF-8')
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/c1b066c3c2d56d3ad051f0f3a852ba579eb12ecc
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/diffoscope/-/commit/c1b066c3c2d56d3ad051f0f3a852ba579eb12ecc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20200724/13fe5930/attachment.htm>
More information about the rb-commits
mailing list