From d3e982dccbd8ec7e00a2ab3efa04bef8f1c16b9e Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 23 Oct 2022 16:25:36 -0700 Subject: gnu: Fix typos. * gnu/packages/emacs-xyz.scm (emacs-piem)[description]: Fix use of "This packages". * gnu/packages/tex.scm (texlive-hardwrap)[description]: Fix spelling of "arbitrary". * gnu/packages/cran.scm (r-shinymanager)[description]: Fix spelling of "authentication". * gnu/packages/lisp-xyz.scm (sbcl-utils-kt)[description]: Fix spelling of "developed". * gnu/packages/crates-io.scm (rust-fs-utils-1)[description]: Fix spelling of "filesystem". [synopsis]: Likewise. * gnu/packages/haxe.scm (neko)[description]: Fix spelling of "functions". * gnu/packages/animation.scm (swftools)[description]: Fix needless pluralization of "information". * gnu/packages/lisp-xyz.scm (sbcl-slot-extra-options)[description]: Fix spelling of "inheritance". * gnu/packages/emacs-xyz.scm (emacs-js-comint)[description]: Fix spelling of "interpreter". * gnu/packages/coq.scm (coq-mathcomp-finmap)[description]: Fix spelling of "library". * gnu/services/lightdm.scm (lightdm-configuration): Fix spelling of "mechanism". * gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[synopsis]: Fix spelling of "package". * gnu/packages/games.scm (freerct)[description]: Fix spelling of "responsibilities". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/accessibility.scm (espeakup)[description]: Fix spelling of "speech". * gnu/packages/bioinformatics.scm (r-skitools)[synopsis]: Fix spelling of "utilities". * gnu/packages/golang.scm (go-github-com-savsgio-gotils)[synopsis]: Fix spelling of "utilities". [description]: Likewise. * gnu/system.scm (boot-file-system-service os): Fix spelling of "utilities". --- gnu/packages/accessibility.scm | 2 +- gnu/packages/animation.scm | 2 +- gnu/packages/bioinformatics.scm | 2 +- gnu/packages/coq.scm | 2 +- gnu/packages/cran.scm | 2 +- gnu/packages/crates-io.scm | 4 ++-- gnu/packages/emacs-xyz.scm | 6 +++--- gnu/packages/games.scm | 2 +- gnu/packages/golang.scm | 4 ++-- gnu/packages/haxe.scm | 2 +- gnu/packages/lisp-xyz.scm | 4 ++-- gnu/packages/statistics.scm | 2 +- gnu/packages/tex.scm | 2 +- 13 files changed, 18 insertions(+), 18 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 499d79b8c8..f9750256b6 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm @@ -339,7 +339,7 @@ (define-public espeakup (synopsis "Bridge for espeak and speakup") (description "Espeakup is a bridge between the speakup driver implemented in -the Linux kernel and the espeak-ng text to speach synthesizer. +the Linux kernel and the espeak-ng text to speech synthesizer. In order for this package to work, you need to have the following kernel modules built: @itemize @bullet diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index a1932b5f06..c029671b7e 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm @@ -559,7 +559,7 @@ (define-public swftools @item @command{swfstrings} Scans SWFs for text data. @item -@command{swfdump} Prints out various informations about SWFs. +@command{swfdump} Prints out various information about SWFs. @item @command{jpeg2swf} Takes one or more JPEG pictures and generates a SWF diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f2de09aa32..7054117a7a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7509,7 +7509,7 @@ (define-public r-skitools r-stringr r-variantannotation)) (home-page "https://github.com/mskilab/skitools/") - (synopsis "Various mskilab R utilties") + (synopsis "Various mskilab R utilities") (description "This package provides R miscellaneous utilities for basic data manipulation, debugging, visualization, lsf management, and common mskilab diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 60937af750..e4ee1aa882 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm @@ -727,7 +727,7 @@ (define-public coq-mathcomp-finmap "This library is an extension of coq-mathcomp which supports finite sets and finite maps on choicetypes (rather than finite types). This includes support for functions with finite support and multisets. The library also -contains a generic order and set libary, which will eventually be used to +contains a generic order and set library, which will eventually be used to subsume notations for finite sets.") (home-page "https://math-comp.github.io/") (license license:cecill-b))) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c48ef78f4c..34edbd3378 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -17142,7 +17142,7 @@ (define-public r-shinymanager (home-page "https://github.com/datastorm-open/shinymanager") (synopsis "Authentication management for Shiny applications") (description - "This package provides simple and secure authentification mechanism for + "This package provides simple and secure authentication mechanism for single Shiny applications. Credentials are stored in an encrypted SQLite database.") (license license:gpl3))) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 502972ffc5..ffee09e78b 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -23551,9 +23551,9 @@ (define-public rust-fs-utils-1 #:cargo-development-inputs (("rust-tempfile" ,rust-tempfile-3)))) (home-page "https://github.com/Byron/fs-utils-rs") - (synopsis "Utilities to help working with the filesytem") + (synopsis "Utilities to help working with the filesystem") (description "This package provides a bunch of utilities to help working -with the filesytem.") +with the filesystem.") (license (list license:expat license:asl2.0)))) (define-public rust-fs2-0.2 diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4548078af2..0997300320 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7160,7 +7160,7 @@ (define-public emacs-piem emacs-transient)) (home-page "https://docs.kyleam.com/piem") (synopsis "Glue for working with public-inbox archives") - (description "This packages provides a collection of Emacs libraries for + (description "This package provides a collection of Emacs libraries for working with public-inbox archives. As much of the hard work here is already done by other Emacs libraries—things like mail clients, news readers, Git interfaces, and even web browsers—piem is mostly about bridging some of these @@ -11426,7 +11426,7 @@ (define-public emacs-js-comint (base32 "1qin0hclm3ly62nl5ddiim64bcd2k74b1yqsqqc61cf9k2q8k287")))) (build-system emacs-build-system) (home-page "https://github.com/redguardtoo/js-comint") - (synopsis "Interacting with a JavaScript interpeter") + (synopsis "Interacting with a JavaScript interpreter") (description "This program is a comint mode for Emacs which allows you to run a compatible JavaScript REPL, such as node, SpiderMonkey or Rhino. @@ -20039,7 +20039,7 @@ (define-public emacs-citar-org-roam (build-system emacs-build-system) (propagated-inputs (list emacs-org-roam emacs-citar)) (home-page "https://github.com/emacs-citar/citar-org-roam") - (synopsis "Emacs pacakge to provide tighter Citar and Org-Roam integration") + (synopsis "Emacs package to provide tighter Citar and Org-Roam integration") (description "\ Out-of-box, Citar provides default support for file-per-note bibliographic notes that are compatible with Org-Roam v2. This package integrates directly diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 82657901ef..4f82bf710a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11154,7 +11154,7 @@ (define-public freerct RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. In this game, you play as a manager of a theme park, allowing you to make a -park of your dreams. The list of responsiblities includes managing staff, +park of your dreams. The list of responsibilities includes managing staff, finances, landscaping, and most importantly: rides. Good managers follow the principle of prioritizing the guests' happiness with a well-maintained park. Should they go unwise, a theme park plunge into chaos with vandalizing guests diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ecef5e275e..e842c3c055 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1334,9 +1334,9 @@ (define-public go-github-com-savsgio-gotils "github.com/savsgio/gotils/time" "github.com/savsgio/gotils/uuid"))))))) (home-page "https://github.com/savsgio/gotils") - (synopsis "Golang utlities") + (synopsis "Golang utilities") (description - "Golang utlities to make your life easier with zero allocations.") + "Golang utilities to make your life easier with zero allocations.") (license license:asl2.0)))) (define-public go-github-com-riobard-go-bloom diff --git a/gnu/packages/haxe.scm b/gnu/packages/haxe.scm index 6876dbdc6f..dbe8b2c19e 100644 --- a/gnu/packages/haxe.scm +++ b/gnu/packages/haxe.scm @@ -102,7 +102,7 @@ (define-public neko the C foreign function interface. You can use the compiler as standalone command line executable separate from -the VM, or as a Neko library to perform compile-and-run funtions for +the VM, or as a Neko library to perform compile-and-run functions for interactive languages.") (license license:expat))) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b474a0f2b7..8474638b75 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -22308,7 +22308,7 @@ (define-public sbcl-utils-kt (synopsis "Kenny's utilities for Common Lisp") (description "This library contains generic hacks meant to be used in any project. -It was originally developped for the Cells library.") +It was originally developed for the Cells library.") (license license:expat)))) (define-public cl-utils-kt @@ -22816,7 +22816,7 @@ (define-public sbcl-slot-extra-options (description "This library lets you build a metaclass which in turn lets you specify extra slot options in its classes. Options may be easily inspected and custom -inheritence may be set up. The Meta-Object Protocol (MOP) is used for the +inheritance may be set up. The Meta-Object Protocol (MOP) is used for the implementation - through @code{closer-mop}. Some convenience function for processing slot options are also available. diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 7a9c4414b1..f7509c4b65 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -7138,7 +7138,7 @@ (define-public r-mixedpower (description "Implementation of a simulation based aproach to power analysis. Mixedpower uses lotdata and a linear mixed model fitted with lme4 to simulate new data sets. -wer is computed seperate for every effect in the model output as the relation +wer is computed separate for every effect in the model output as the relation significant simulations to all simulations. More conservative simulations as protection against a bias in the pilotdata are available aswell as methods for otting the results.") diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 382cbb47fb..ee3209feeb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1636,7 +1636,7 @@ (define-public texlive-hardwrap lines by words rather than, as done by TeX, by characters. The primary use for these facilities is to aid the generation of messages sent to the log file or console output to display messages to the user. Package authors may also find -this useful when writing out arbitary text to an external file.") +this useful when writing out arbitrary text to an external file.") (license license:lppl1.3+))) (define-public texlive-helvetic -- cgit v1.2.3