diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2025-02-18 11:05:22 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2025-02-18 11:13:03 -0800 |
| commit | 9eedd1f31d2ef67084dce7d54a2d5706d09d6e65 (patch) | |
| tree | bcb3e50b29570edc803224da4aeddfd30c04ef34 /gnu/packages/image.scm | |
| parent | 28e08024ff75318dcba5e904ac54075f45905539 (diff) | |
gnu: Fix grammar of various package descriptions.
Adjust patterns where "allows to X" to use "allows Xing" or similar forms.
* gnu/packages/build-tools.scm (potato-make): Use "Allows Xing" form.
* gnu/packages/image.scm (pngcheck): Likewise.
* gnu/packages/qt.scm (kddockwidgets): Likewise.
* gnu/packages/tex.scm (texlive-biblatex-shortfields): Use "Allow Xing" form.
(texlive-drawmatrix): Likewise. (texlive-mathsemantics): Use "allow Y Xing"
form. (texlive-xlop): Use "allow Xing" form. (texlive-texlogfilter):
Likewise.
Diffstat (limited to 'gnu/packages/image.scm')
| -rw-r--r-- | gnu/packages/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 99face45465..48f6d8f8e68 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -375,7 +375,7 @@ This is a command-line program with batch capabilities (e.g. @code{pngcheck *.png}.) Also includes @code{pngsplit} which can split a PNG, MNG or JNG file into individual, -numbered chunks, and @code{png-fix-IDAT-windowsize} that allow to reset first IDAT's +numbered chunks, and @code{png-fix-IDAT-windowsize} that allows resetting first IDAT's zlib window-size bytes and fix up CRC to match.") ;; "pngsplit" and "png-fix-IDAT-windowsize" are licensed under the terms of ;; GNU GPL2+. See "gpl/COPYING" in the repository." |
