Skip to content
Snippets Groups Projects
Commit c1b066c3 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Use "human-readable" over unhyphenated version.

parent 495cd17d
No related branches found
No related tags found
No related merge requests found
Pipeline #158841 passed
......@@ -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.
......
......@@ -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.
.
......
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment