diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2024-03-24 18:34:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2024-03-24 18:40:22 -0700 |
commit | a6fc564bcc32ba599fc701f340c2d59c47bb225b (patch) | |
tree | d57d992fed8d8406c393c0cfaec6cb77c125661f /gnu/packages/golang-xyz.scm | |
parent | 27adf51a581772dca6cd99ffa0a43f8f748c7a7e (diff) |
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.
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r-- | gnu/packages/golang-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 6c08e74104..8b100ce30a 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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))) |