diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2022-10-23 16:25:36 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2022-10-23 17:03:09 -0700 |
| commit | d3e982dccbd8ec7e00a2ab3efa04bef8f1c16b9e (patch) | |
| tree | 25bf64e39f189553877fc8c4014f7bdf48039909 | |
| parent | 3734857fc55df2c599c2fe5cc4ae49f5d47879fc (diff) | |
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".
| -rw-r--r-- | gnu/packages/accessibility.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/animation.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/coq.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/cran.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/crates-io.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 | ||||
| -rw-r--r-- | gnu/packages/games.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/golang.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/haxe.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/lisp-xyz.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/statistics.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/tex.scm | 2 | ||||
| -rw-r--r-- | gnu/services/lightdm.scm | 2 | ||||
| -rw-r--r-- | gnu/system.scm | 2 |
15 files changed, 20 insertions, 20 deletions
diff --git a/gnu/packages/accessibility.scm b/gnu/packages/accessibility.scm index 499d79b8c8a..f9750256b65 100644 --- a/gnu/packages/accessibility.scm +++ b/gnu/packages/accessibility.scm | |||
| @@ -339,7 +339,7 @@ assistant for graphic designers, who need to select individual pixels.") | |||
| 339 | (synopsis "Bridge for espeak and speakup") | 339 | (synopsis "Bridge for espeak and speakup") |
| 340 | (description | 340 | (description |
| 341 | "Espeakup is a bridge between the speakup driver implemented in | 341 | "Espeakup is a bridge between the speakup driver implemented in |
| 342 | the Linux kernel and the espeak-ng text to speach synthesizer. | 342 | the Linux kernel and the espeak-ng text to speech synthesizer. |
| 343 | In order for this package to work, you need to have the following | 343 | In order for this package to work, you need to have the following |
| 344 | kernel modules built: | 344 | kernel modules built: |
| 345 | @itemize @bullet | 345 | @itemize @bullet |
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm index a1932b5f061..c029671b7ef 100644 --- a/gnu/packages/animation.scm +++ b/gnu/packages/animation.scm | |||
| @@ -559,7 +559,7 @@ stacking and changing parameters in SWFs. | |||
| 559 | @item | 559 | @item |
| 560 | @command{swfstrings} Scans SWFs for text data. | 560 | @command{swfstrings} Scans SWFs for text data. |
| 561 | @item | 561 | @item |
| 562 | @command{swfdump} Prints out various informations about SWFs. | 562 | @command{swfdump} Prints out various information about SWFs. |
| 563 | 563 | ||
| 564 | @item | 564 | @item |
| 565 | @command{jpeg2swf} Takes one or more JPEG pictures and generates a SWF | 565 | @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 f2de09aa321..7054117a7a8 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm | |||
| @@ -7509,7 +7509,7 @@ GenomicRanges operations.") | |||
| 7509 | r-stringr | 7509 | r-stringr |
| 7510 | r-variantannotation)) | 7510 | r-variantannotation)) |
| 7511 | (home-page "https://github.com/mskilab/skitools/") | 7511 | (home-page "https://github.com/mskilab/skitools/") |
| 7512 | (synopsis "Various mskilab R utilties") | 7512 | (synopsis "Various mskilab R utilities") |
| 7513 | (description | 7513 | (description |
| 7514 | "This package provides R miscellaneous utilities for basic data | 7514 | "This package provides R miscellaneous utilities for basic data |
| 7515 | manipulation, debugging, visualization, lsf management, and common mskilab | 7515 | manipulation, debugging, visualization, lsf management, and common mskilab |
diff --git a/gnu/packages/coq.scm b/gnu/packages/coq.scm index 60937af7502..e4ee1aa8827 100644 --- a/gnu/packages/coq.scm +++ b/gnu/packages/coq.scm | |||
| @@ -727,7 +727,7 @@ for goals involving set operations. | |||
| 727 | "This library is an extension of coq-mathcomp which supports finite sets | 727 | "This library is an extension of coq-mathcomp which supports finite sets |
| 728 | and finite maps on choicetypes (rather than finite types). This includes | 728 | and finite maps on choicetypes (rather than finite types). This includes |
| 729 | support for functions with finite support and multisets. The library also | 729 | support for functions with finite support and multisets. The library also |
| 730 | contains a generic order and set libary, which will eventually be used to | 730 | contains a generic order and set library, which will eventually be used to |
| 731 | subsume notations for finite sets.") | 731 | subsume notations for finite sets.") |
| 732 | (home-page "https://math-comp.github.io/") | 732 | (home-page "https://math-comp.github.io/") |
| 733 | (license license:cecill-b))) | 733 | (license license:cecill-b))) |
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c48ef78f4ce..34edbd33788 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm | |||
| @@ -17142,7 +17142,7 @@ effects from the jQuery UI library.") | |||
| 17142 | (home-page "https://github.com/datastorm-open/shinymanager") | 17142 | (home-page "https://github.com/datastorm-open/shinymanager") |
| 17143 | (synopsis "Authentication management for Shiny applications") | 17143 | (synopsis "Authentication management for Shiny applications") |
| 17144 | (description | 17144 | (description |
| 17145 | "This package provides simple and secure authentification mechanism for | 17145 | "This package provides simple and secure authentication mechanism for |
| 17146 | single Shiny applications. Credentials are stored in an encrypted SQLite | 17146 | single Shiny applications. Credentials are stored in an encrypted SQLite |
| 17147 | database.") | 17147 | database.") |
| 17148 | (license license:gpl3))) | 17148 | (license license:gpl3))) |
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 502972ffc52..ffee09e78ba 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm | |||
| @@ -23551,9 +23551,9 @@ process and much more.") | |||
| 23551 | #:cargo-development-inputs | 23551 | #:cargo-development-inputs |
| 23552 | (("rust-tempfile" ,rust-tempfile-3)))) | 23552 | (("rust-tempfile" ,rust-tempfile-3)))) |
| 23553 | (home-page "https://github.com/Byron/fs-utils-rs") | 23553 | (home-page "https://github.com/Byron/fs-utils-rs") |
| 23554 | (synopsis "Utilities to help working with the filesytem") | 23554 | (synopsis "Utilities to help working with the filesystem") |
| 23555 | (description "This package provides a bunch of utilities to help working | 23555 | (description "This package provides a bunch of utilities to help working |
| 23556 | with the filesytem.") | 23556 | with the filesystem.") |
| 23557 | (license (list license:expat license:asl2.0)))) | 23557 | (license (list license:expat license:asl2.0)))) |
| 23558 | 23558 | ||
| 23559 | (define-public rust-fs2-0.2 | 23559 | (define-public rust-fs2-0.2 |
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 4548078af2f..0997300320b 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -7160,7 +7160,7 @@ Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.") | |||
| 7160 | emacs-transient)) | 7160 | emacs-transient)) |
| 7161 | (home-page "https://docs.kyleam.com/piem") | 7161 | (home-page "https://docs.kyleam.com/piem") |
| 7162 | (synopsis "Glue for working with public-inbox archives") | 7162 | (synopsis "Glue for working with public-inbox archives") |
| 7163 | (description "This packages provides a collection of Emacs libraries for | 7163 | (description "This package provides a collection of Emacs libraries for |
| 7164 | working with public-inbox archives. As much of the hard work here is already | 7164 | working with public-inbox archives. As much of the hard work here is already |
| 7165 | done by other Emacs libraries—things like mail clients, news readers, Git | 7165 | done by other Emacs libraries—things like mail clients, news readers, Git |
| 7166 | interfaces, and even web browsers—piem is mostly about bridging some of these | 7166 | interfaces, and even web browsers—piem is mostly about bridging some of these |
| @@ -11426,7 +11426,7 @@ strings, and code folding.") | |||
| 11426 | (base32 "1qin0hclm3ly62nl5ddiim64bcd2k74b1yqsqqc61cf9k2q8k287")))) | 11426 | (base32 "1qin0hclm3ly62nl5ddiim64bcd2k74b1yqsqqc61cf9k2q8k287")))) |
| 11427 | (build-system emacs-build-system) | 11427 | (build-system emacs-build-system) |
| 11428 | (home-page "https://github.com/redguardtoo/js-comint") | 11428 | (home-page "https://github.com/redguardtoo/js-comint") |
| 11429 | (synopsis "Interacting with a JavaScript interpeter") | 11429 | (synopsis "Interacting with a JavaScript interpreter") |
| 11430 | (description | 11430 | (description |
| 11431 | "This program is a comint mode for Emacs which allows you to run a | 11431 | "This program is a comint mode for Emacs which allows you to run a |
| 11432 | compatible JavaScript REPL, such as node, SpiderMonkey or Rhino. | 11432 | compatible JavaScript REPL, such as node, SpiderMonkey or Rhino. |
| @@ -20039,7 +20039,7 @@ citations.") | |||
| 20039 | (build-system emacs-build-system) | 20039 | (build-system emacs-build-system) |
| 20040 | (propagated-inputs (list emacs-org-roam emacs-citar)) | 20040 | (propagated-inputs (list emacs-org-roam emacs-citar)) |
| 20041 | (home-page "https://github.com/emacs-citar/citar-org-roam") | 20041 | (home-page "https://github.com/emacs-citar/citar-org-roam") |
| 20042 | (synopsis "Emacs pacakge to provide tighter Citar and Org-Roam integration") | 20042 | (synopsis "Emacs package to provide tighter Citar and Org-Roam integration") |
| 20043 | (description "\ | 20043 | (description "\ |
| 20044 | Out-of-box, Citar provides default support for file-per-note bibliographic | 20044 | Out-of-box, Citar provides default support for file-per-note bibliographic |
| 20045 | notes that are compatible with Org-Roam v2. This package integrates directly | 20045 | 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 82657901ef7..4f82bf710aa 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -11154,7 +11154,7 @@ original, they have been invented by Thomas Colcombet.") | |||
| 11154 | RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. | 11154 | RollerCoaster Tycoon 1 and 2, graphics- and gameplay-wise. |
| 11155 | 11155 | ||
| 11156 | In this game, you play as a manager of a theme park, allowing you to make a | 11156 | In this game, you play as a manager of a theme park, allowing you to make a |
| 11157 | park of your dreams. The list of responsiblities includes managing staff, | 11157 | park of your dreams. The list of responsibilities includes managing staff, |
| 11158 | finances, landscaping, and most importantly: rides. Good managers follow the | 11158 | finances, landscaping, and most importantly: rides. Good managers follow the |
| 11159 | principle of prioritizing the guests' happiness with a well-maintained park. | 11159 | principle of prioritizing the guests' happiness with a well-maintained park. |
| 11160 | Should they go unwise, a theme park plunge into chaos with vandalizing guests | 11160 | 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 ecef5e275e3..e842c3c0551 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm | |||
| @@ -1334,9 +1334,9 @@ configuration file.") | |||
| 1334 | "github.com/savsgio/gotils/time" | 1334 | "github.com/savsgio/gotils/time" |
| 1335 | "github.com/savsgio/gotils/uuid"))))))) | 1335 | "github.com/savsgio/gotils/uuid"))))))) |
| 1336 | (home-page "https://github.com/savsgio/gotils") | 1336 | (home-page "https://github.com/savsgio/gotils") |
| 1337 | (synopsis "Golang utlities") | 1337 | (synopsis "Golang utilities") |
| 1338 | (description | 1338 | (description |
| 1339 | "Golang utlities to make your life easier with zero allocations.") | 1339 | "Golang utilities to make your life easier with zero allocations.") |
| 1340 | (license license:asl2.0)))) | 1340 | (license license:asl2.0)))) |
| 1341 | 1341 | ||
| 1342 | (define-public go-github-com-riobard-go-bloom | 1342 | (define-public go-github-com-riobard-go-bloom |
diff --git a/gnu/packages/haxe.scm b/gnu/packages/haxe.scm index 6876dbdc6f3..dbe8b2c19e5 100644 --- a/gnu/packages/haxe.scm +++ b/gnu/packages/haxe.scm | |||
| @@ -102,7 +102,7 @@ easily embedded into any application and your libraries can be accessed using | |||
| 102 | the C foreign function interface. | 102 | the C foreign function interface. |
| 103 | 103 | ||
| 104 | You can use the compiler as standalone command line executable separate from | 104 | You can use the compiler as standalone command line executable separate from |
| 105 | the VM, or as a Neko library to perform compile-and-run funtions for | 105 | the VM, or as a Neko library to perform compile-and-run functions for |
| 106 | interactive languages.") | 106 | interactive languages.") |
| 107 | (license license:expat))) | 107 | (license license:expat))) |
| 108 | 108 | ||
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index b474a0f2b77..8474638b756 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm | |||
| @@ -22308,7 +22308,7 @@ JSON handling. Load the parser backend you prefer! | |||
| 22308 | (synopsis "Kenny's utilities for Common Lisp") | 22308 | (synopsis "Kenny's utilities for Common Lisp") |
| 22309 | (description | 22309 | (description |
| 22310 | "This library contains generic hacks meant to be used in any project. | 22310 | "This library contains generic hacks meant to be used in any project. |
| 22311 | It was originally developped for the Cells library.") | 22311 | It was originally developed for the Cells library.") |
| 22312 | (license license:expat)))) | 22312 | (license license:expat)))) |
| 22313 | 22313 | ||
| 22314 | (define-public cl-utils-kt | 22314 | (define-public cl-utils-kt |
| @@ -22816,7 +22816,7 @@ to dispatch on the basis of types rather than classes.") | |||
| 22816 | (description | 22816 | (description |
| 22817 | "This library lets you build a metaclass which in turn lets you specify | 22817 | "This library lets you build a metaclass which in turn lets you specify |
| 22818 | extra slot options in its classes. Options may be easily inspected and custom | 22818 | extra slot options in its classes. Options may be easily inspected and custom |
| 22819 | inheritence may be set up. The Meta-Object Protocol (MOP) is used for the | 22819 | inheritance may be set up. The Meta-Object Protocol (MOP) is used for the |
| 22820 | implementation - through @code{closer-mop}. Some convenience function for | 22820 | implementation - through @code{closer-mop}. Some convenience function for |
| 22821 | processing slot options are also available. | 22821 | processing slot options are also available. |
| 22822 | 22822 | ||
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 7a9c4414b1c..f7509c4b65f 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -7138,7 +7138,7 @@ models, using simulation. It was designed to work with models fit using the | |||
| 7138 | (description | 7138 | (description |
| 7139 | "Implementation of a simulation based aproach to power analysis. Mixedpower uses | 7139 | "Implementation of a simulation based aproach to power analysis. Mixedpower uses |
| 7140 | lotdata and a linear mixed model fitted with lme4 to simulate new data sets. | 7140 | lotdata and a linear mixed model fitted with lme4 to simulate new data sets. |
| 7141 | wer is computed seperate for every effect in the model output as the relation | 7141 | wer is computed separate for every effect in the model output as the relation |
| 7142 | significant simulations to all simulations. More conservative simulations as | 7142 | significant simulations to all simulations. More conservative simulations as |
| 7143 | protection against a bias in the pilotdata are available aswell as methods for | 7143 | protection against a bias in the pilotdata are available aswell as methods for |
| 7144 | otting the results.") | 7144 | otting the results.") |
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 382cbb47fbf..ee3209feeb9 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -1636,7 +1636,7 @@ discussed in the book).") | |||
| 1636 | lines by words rather than, as done by TeX, by characters. The primary use for | 1636 | lines by words rather than, as done by TeX, by characters. The primary use for |
| 1637 | these facilities is to aid the generation of messages sent to the log file or | 1637 | these facilities is to aid the generation of messages sent to the log file or |
| 1638 | console output to display messages to the user. Package authors may also find | 1638 | console output to display messages to the user. Package authors may also find |
| 1639 | this useful when writing out arbitary text to an external file.") | 1639 | this useful when writing out arbitrary text to an external file.") |
| 1640 | (license license:lppl1.3+))) | 1640 | (license license:lppl1.3+))) |
| 1641 | 1641 | ||
| 1642 | (define-public texlive-helvetic | 1642 | (define-public texlive-helvetic |
diff --git a/gnu/services/lightdm.scm b/gnu/services/lightdm.scm index 07f2e808dd3..dfb14d7723d 100644 --- a/gnu/services/lightdm.scm +++ b/gnu/services/lightdm.scm | |||
| @@ -374,7 +374,7 @@ security: | |||
| 374 | \" -SecurityTypes None\" )) | 374 | \" -SecurityTypes None\" )) |
| 375 | @end lisp | 375 | @end lisp |
| 376 | 376 | ||
| 377 | Or to set a PasswordFile for the classic (unsecure) VncAuth mecanism: | 377 | Or to set a PasswordFile for the classic (unsecure) VncAuth mechanism: |
| 378 | @lisp | 378 | @lisp |
| 379 | (vnc-server-command | 379 | (vnc-server-command |
| 380 | (file-append tigervnc-server \"/bin/Xvnc\" | 380 | (file-append tigervnc-server \"/bin/Xvnc\" |
diff --git a/gnu/system.scm b/gnu/system.scm index f92c7de8e31..3478afcec47 100644 --- a/gnu/system.scm +++ b/gnu/system.scm | |||
| @@ -578,7 +578,7 @@ marked as 'needed-for-boot'." | |||
| 578 | 578 | ||
| 579 | (define (boot-file-system-service os) | 579 | (define (boot-file-system-service os) |
| 580 | "Return a service which adds, to the system profile, packages providing the | 580 | "Return a service which adds, to the system profile, packages providing the |
| 581 | utilites for the file systems marked as 'needed-for-boot' in OS." | 581 | utilities for the file systems marked as 'needed-for-boot' in OS." |
| 582 | (let ((file-systems (filter file-system-needed-for-boot? | 582 | (let ((file-systems (filter file-system-needed-for-boot? |
| 583 | (operating-system-file-systems os)))) | 583 | (operating-system-file-systems os)))) |
| 584 | (simple-service 'boot-file-system-utilities profile-service-type | 584 | (simple-service 'boot-file-system-utilities profile-service-type |
