From a6fc564bcc32ba599fc701f340c2d59c47bb225b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 24 Mar 2024 18:34:56 -0700 Subject: 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. --- gnu/packages/cran.scm | 2 +- gnu/packages/emacs-xyz.scm | 2 +- gnu/packages/golang-xyz.scm | 2 +- gnu/packages/tex.scm | 10 +++++----- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 22edad035a..a688aacd9e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -31533,7 +31533,7 @@ (define-public r-formula-tools "These utilities facilitate the programmatic manipulations of formulas, expressions, calls, assignments and other R language objects. These objects all share the same structure: a left-hand side, operator and right-hand side. -This packages provides methods for accessing and modifying this structures as +This package provides methods for accessing and modifying this structures as well as extracting and replacing names and symbols from these objects.") (license license:gpl2))) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c87af441fd..f2791ed9e6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24977,7 +24977,7 @@ (define-public emacs-ibuffer-projectile (home-page "https://github.com/purcell/ibuffer-projectile") (synopsis "Group Ibuffer's list by Projectile root") (description - "This packages adds functionality to Emacs Ibuffer for grouping buffers + "This package adds functionality to Emacs Ibuffer for grouping buffers by their Projectile root directory.") (license license:gpl3+))) 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 @@ (define-public go-github-com-whyrusleeping-go-sysinfo ;; There is not much information provided by the project, see ;; . (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))) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1732d842c8..4e46c1a898 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7421,7 +7421,7 @@ (define-public texlive-breakcites (home-page "https://ctan.org/pkg/breakcites") (synopsis "Ensure that multiple citations may break at line end") (description - "This packages makes a very minor change to the operation of the + "This package makes a very minor change to the operation of the @code{\\cite} command so that multiple citations may break at line end. Note that the change is not necessary in unmodified LaTeX; however, there remain packages that restore the undesirable behaviour of the command as provided in @@ -25931,7 +25931,7 @@ (define-public texlive-psgo (home-page "https://ctan.org/pkg/psgo") (synopsis "Typeset go diagrams with PSTricks") (description - "This packages can be used to typeset go diagrams with PSTricks.") + "This package can be used to typeset go diagrams with PSTricks.") (license license:lppl))) (define-public texlive-psizzl @@ -84378,7 +84378,7 @@ (define-public texlive-footnpag (home-page "https://ctan.org/pkg/footnpag") (synopsis "Per-page numbering of footnotes") (description - "This packages allows footnotes on individual pages to be numbered from @samp{1}, + "This package allows footnotes on individual pages to be numbered from @samp{1}, rather than being numbered sequentially through the document.") (license license:gpl3+))) @@ -93364,7 +93364,7 @@ (define-public texlive-pdfpc (home-page "https://ctan.org/pkg/pdfpc") (synopsis "Define data for the @command{pdfpc} presentation viewer") (description - "This packages allows to define additional meta data within the PDF file which + "This package allows to define additional meta data within the PDF file which can be interpreted by the PDF presenter console (@command{pdfpc}) program.") (license license:gpl3+))) @@ -93657,7 +93657,7 @@ (define-public texlive-phfcc (home-page "https://ctan.org/pkg/phfcc") (synopsis "Convenient inline commenting in collaborative documents") (description - "This packages allows one to easily define helper macros to insert comments in + "This package allows one to easily define helper macros to insert comments in a LaTeX document. A convenient syntax enables you to mark text additions (e.g., @samp{\\phf@{I'm adding this text@}}), an in-line comment (e.g., @samp{We're the best \\phf[I'm not sure about this.]}), and -- cgit v1.2.3