1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: Fix spelling of "This package" in various package descriptions.

* gnu/packages/cran.scm (r-formula-tools): Fix spelling of "This package" in
description.
* gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Likewise.
* gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): Likewise.
* gnu/packages/tex.scm (texlive-breakcites, texlive-psgo, texlive-footnpag,
texlive-pdfpc, texlive-phfcc): Likewise.
This commit is contained in:
Vagrant Cascadian 2024-03-24 18:34:56 -07:00
parent 27adf51a58
commit a6fc564bcc
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
4 changed files with 8 additions and 8 deletions

View file

@ -1945,7 +1945,7 @@ weighted moving averages}.")
;; There is not much information provided by the project, see
;; <https://github.com/whyrusleeping/go-sysinfo/issues>.
(description
"This packages provides a basic system stats like @code{DiskUsage} and
"This package provides a basic system stats like @code{DiskUsage} and
@code{MemoryInfo}.")
(license license:expat)))