mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
3734857fc5
commit
d3e982dccb
15 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -374,7 +374,7 @@ (define-configuration/no-serialization lightdm-configuration
|
|||
\" -SecurityTypes None\" ))
|
||||
@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
|
||||
(vnc-server-command
|
||||
(file-append tigervnc-server \"/bin/Xvnc\"
|
||||
|
|
|
@ -578,7 +578,7 @@ (define (add-dependencies fs)
|
|||
|
||||
(define (boot-file-system-service os)
|
||||
"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?
|
||||
(operating-system-file-systems os))))
|
||||
(simple-service 'boot-file-system-utilities profile-service-type
|
||||
|
|
Loading…
Reference in a new issue