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".
This commit is contained in:
Vagrant Cascadian 2022-10-23 16:25:36 -07:00
parent 3734857fc5
commit d3e982dccb
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
15 changed files with 20 additions and 20 deletions

View file

@ -339,7 +339,7 @@ (define-public espeakup
(synopsis "Bridge for espeak and speakup") (synopsis "Bridge for espeak and speakup")
(description (description
"Espeakup is a bridge between the speakup driver implemented in "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 In order for this package to work, you need to have the following
kernel modules built: kernel modules built:
@itemize @bullet @itemize @bullet

View file

@ -559,7 +559,7 @@ (define-public swftools
@item @item
@command{swfstrings} Scans SWFs for text data. @command{swfstrings} Scans SWFs for text data.
@item @item
@command{swfdump} Prints out various informations about SWFs. @command{swfdump} Prints out various information about SWFs.
@item @item
@command{jpeg2swf} Takes one or more JPEG pictures and generates a SWF @command{jpeg2swf} Takes one or more JPEG pictures and generates a SWF

View file

@ -7509,7 +7509,7 @@ (define-public r-skitools
r-stringr r-stringr
r-variantannotation)) r-variantannotation))
(home-page "https://github.com/mskilab/skitools/") (home-page "https://github.com/mskilab/skitools/")
(synopsis "Various mskilab R utilties") (synopsis "Various mskilab R utilities")
(description (description
"This package provides R miscellaneous utilities for basic data "This package provides R miscellaneous utilities for basic data
manipulation, debugging, visualization, lsf management, and common mskilab manipulation, debugging, visualization, lsf management, and common mskilab

View file

@ -727,7 +727,7 @@ (define-public coq-mathcomp-finmap
"This library is an extension of coq-mathcomp which supports finite sets "This library is an extension of coq-mathcomp which supports finite sets
and finite maps on choicetypes (rather than finite types). This includes and finite maps on choicetypes (rather than finite types). This includes
support for functions with finite support and multisets. The library also 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.") subsume notations for finite sets.")
(home-page "https://math-comp.github.io/") (home-page "https://math-comp.github.io/")
(license license:cecill-b))) (license license:cecill-b)))

View file

@ -17142,7 +17142,7 @@ (define-public r-shinymanager
(home-page "https://github.com/datastorm-open/shinymanager") (home-page "https://github.com/datastorm-open/shinymanager")
(synopsis "Authentication management for Shiny applications") (synopsis "Authentication management for Shiny applications")
(description (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 single Shiny applications. Credentials are stored in an encrypted SQLite
database.") database.")
(license license:gpl3))) (license license:gpl3)))

View file

@ -23551,9 +23551,9 @@ (define-public rust-fs-utils-1
#:cargo-development-inputs #:cargo-development-inputs
(("rust-tempfile" ,rust-tempfile-3)))) (("rust-tempfile" ,rust-tempfile-3))))
(home-page "https://github.com/Byron/fs-utils-rs") (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 (description "This package provides a bunch of utilities to help working
with the filesytem.") with the filesystem.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-fs2-0.2 (define-public rust-fs2-0.2

View file

@ -7160,7 +7160,7 @@ (define-public emacs-piem
emacs-transient)) emacs-transient))
(home-page "https://docs.kyleam.com/piem") (home-page "https://docs.kyleam.com/piem")
(synopsis "Glue for working with public-inbox archives") (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 working with public-inbox archives. As much of the hard work here is already
done by other Emacs librariesthings like mail clients, news readers, Git done by other Emacs librariesthings like mail clients, news readers, Git
interfaces, and even web browserspiem is mostly about bridging some of these interfaces, and even web browserspiem is mostly about bridging some of these
@ -11426,7 +11426,7 @@ (define-public emacs-js-comint
(base32 "1qin0hclm3ly62nl5ddiim64bcd2k74b1yqsqqc61cf9k2q8k287")))) (base32 "1qin0hclm3ly62nl5ddiim64bcd2k74b1yqsqqc61cf9k2q8k287"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/redguardtoo/js-comint") (home-page "https://github.com/redguardtoo/js-comint")
(synopsis "Interacting with a JavaScript interpeter") (synopsis "Interacting with a JavaScript interpreter")
(description (description
"This program is a comint mode for Emacs which allows you to run a "This program is a comint mode for Emacs which allows you to run a
compatible JavaScript REPL, such as node, SpiderMonkey or Rhino. compatible JavaScript REPL, such as node, SpiderMonkey or Rhino.
@ -20039,7 +20039,7 @@ (define-public emacs-citar-org-roam
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-org-roam emacs-citar)) (propagated-inputs (list emacs-org-roam emacs-citar))
(home-page "https://github.com/emacs-citar/citar-org-roam") (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 "\ (description "\
Out-of-box, Citar provides default support for file-per-note bibliographic Out-of-box, Citar provides default support for file-per-note bibliographic
notes that are compatible with Org-Roam v2. This package integrates directly notes that are compatible with Org-Roam v2. This package integrates directly

View file

@ -11154,7 +11154,7 @@ (define-public freerct
RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. 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 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 finances, landscaping, and most importantly: rides. Good managers follow the
principle of prioritizing the guests' happiness with a well-maintained park. principle of prioritizing the guests' happiness with a well-maintained park.
Should they go unwise, a theme park plunge into chaos with vandalizing guests Should they go unwise, a theme park plunge into chaos with vandalizing guests

View file

@ -1334,9 +1334,9 @@ (define-public go-github-com-savsgio-gotils
"github.com/savsgio/gotils/time" "github.com/savsgio/gotils/time"
"github.com/savsgio/gotils/uuid"))))))) "github.com/savsgio/gotils/uuid")))))))
(home-page "https://github.com/savsgio/gotils") (home-page "https://github.com/savsgio/gotils")
(synopsis "Golang utlities") (synopsis "Golang utilities")
(description (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)))) (license license:asl2.0))))
(define-public go-github-com-riobard-go-bloom (define-public go-github-com-riobard-go-bloom

View file

@ -102,7 +102,7 @@ (define-public neko
the C foreign function interface. the C foreign function interface.
You can use the compiler as standalone command line executable separate from 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.") interactive languages.")
(license license:expat))) (license license:expat)))

View file

@ -22308,7 +22308,7 @@ (define-public sbcl-utils-kt
(synopsis "Kenny's utilities for Common Lisp") (synopsis "Kenny's utilities for Common Lisp")
(description (description
"This library contains generic hacks meant to be used in any project. "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)))) (license license:expat))))
(define-public cl-utils-kt (define-public cl-utils-kt
@ -22816,7 +22816,7 @@ (define-public sbcl-slot-extra-options
(description (description
"This library lets you build a metaclass which in turn lets you specify "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 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 implementation - through @code{closer-mop}. Some convenience function for
processing slot options are also available. processing slot options are also available.

View file

@ -7138,7 +7138,7 @@ (define-public r-mixedpower
(description (description
"Implementation of a simulation based aproach to power analysis. Mixedpower uses "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. 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 significant simulations to all simulations. More conservative simulations as
protection against a bias in the pilotdata are available aswell as methods for protection against a bias in the pilotdata are available aswell as methods for
otting the results.") otting the results.")

View file

@ -1636,7 +1636,7 @@ (define-public texlive-hardwrap
lines by words rather than, as done by TeX, by characters. The primary use for 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 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 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+))) (license license:lppl1.3+)))
(define-public texlive-helvetic (define-public texlive-helvetic

View file

@ -374,7 +374,7 @@ (define-configuration/no-serialization lightdm-configuration
\" -SecurityTypes None\" )) \" -SecurityTypes None\" ))
@end lisp @end lisp
Or to set a PasswordFile for the classic (unsecure) VncAuth mecanism: Or to set a PasswordFile for the classic (unsecure) VncAuth mechanism:
@lisp @lisp
(vnc-server-command (vnc-server-command
(file-append tigervnc-server \"/bin/Xvnc\" (file-append tigervnc-server \"/bin/Xvnc\"

View file

@ -578,7 +578,7 @@ (define (add-dependencies fs)
(define (boot-file-system-service os) (define (boot-file-system-service os)
"Return a service which adds, to the system profile, packages providing the "Return a service which adds, to the system profile, packages providing the
utilites for the file systems marked as 'needed-for-boot' in OS." utilities for the file systems marked as 'needed-for-boot' in OS."
(let ((file-systems (filter file-system-needed-for-boot? (let ((file-systems (filter file-system-needed-for-boot?
(operating-system-file-systems os)))) (operating-system-file-systems os))))
(simple-service 'boot-file-system-utilities profile-service-type (simple-service 'boot-file-system-utilities profile-service-type