From e81dd8e2c7066cd57556d6b28735b452ce48a66a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Mon, 17 Feb 2025 11:10:09 -0800 Subject: [PATCH] gnu: Fix typos in description and synopsis in various packages. * gnu/packages/crates-database.scm (rust-sqlformat-0.2)[description]: Fix spelling of "formatting". * gnu/packages/emacs-xyz.scm (emacs-arei)[synopsis]: Fix spelling of "Asynchronous". (emacs-ob-racket)[description]: Fix spelling of "support". * gnu/packages/firmware.scm (fcode-utils)[description]: Fix spelling of "utilities". (sgabios)[description]: Fix spelling of "capabilities". * gnu/packages/games.scm (qcheckers)[description]: Fix spelling of "formerly". * gnu/packages/geo.scm (python-ogr2osm)[description]: Fix spelling of "PostgreSQL". * gnu/packages/guile-xyz.scm (guile-ares-rs)[synopsis]: Fix spelling of "Asynchronous". (guile-rsv)[description]: Fix spelling of "Separated". * gnu/packages/julia-xyz.scm (julia-multivariatepolynomials)[description]: Fix spelling of "implementing". * gnu/packages/language.scm (mecab)[description]: Fix spelling of "developed". * gnu/packages/lisp-xyz.scm (sbcl-cl-json-pointer)[description]: Fix spelling of "library". * gnu/packages/machine-learning.scm (ideep-pytorch)[synopsis]: Fix spelling of "internal". * gnu/packages/maths.scm (suitesparse-cholmod)[description]: Fix spelling of "routines". * gnu/packages/ocaml.scm (ocamlc-loc)[description]: Fix spelling of "compiler". * gnu/packages/pdf.scm (capypdf)[description]: Fix spelling of "library". * gnu/packages/ruby.scm ruby-silent-stream)[description]: Fix spelling of "Extensions". (ruby-fileutils)[synopsis]: Fix spelling of "library". * gnu/packages/rust-apps.scm (kibi)[description]: Fix spelling of "highlighting". * gnu/packages/scheme.scm (owl)[description]: Fix spelling of "support". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/sugar.scm (sugar-commander-activity)[description]: Fix spelling of "removable". --- gnu/packages/crates-database.scm | 2 +- gnu/packages/emacs-xyz.scm | 4 ++-- gnu/packages/firmware.scm | 4 ++-- gnu/packages/games.scm | 2 +- gnu/packages/geo.scm | 2 +- gnu/packages/guile-xyz.scm | 4 ++-- gnu/packages/julia-xyz.scm | 2 +- gnu/packages/language.scm | 2 +- gnu/packages/lisp-xyz.scm | 2 +- gnu/packages/machine-learning.scm | 2 +- gnu/packages/maths.scm | 2 +- gnu/packages/ocaml.scm | 2 +- gnu/packages/pdf.scm | 2 +- gnu/packages/ruby.scm | 4 ++-- gnu/packages/rust-apps.scm | 2 +- gnu/packages/scheme.scm | 2 +- gnu/packages/statistics.scm | 2 +- gnu/packages/sugar.scm | 2 +- 18 files changed, 22 insertions(+), 22 deletions(-) diff --git a/gnu/packages/crates-database.scm b/gnu/packages/crates-database.scm index 033a14b23eb2d6fc7fcfe06cb66972c920be43bb..da032a47f4fded8bca8884b5e7b3808c519b18b5 100644 --- a/gnu/packages/crates-database.scm +++ b/gnu/packages/crates-database.scm @@ -924,7 +924,7 @@ transactional embedded database.") (home-page "https://github.com/shssoichiro/sqlformat-rs") (synopsis "Formats whitespace in a SQL string to make it easier to read") (description - "This package provides formating of whitespace in a SQL string to make + "This package provides formatting of whitespace in a SQL string to make it easier to read.") (license (list license:expat license:asl2.0)))) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index c3399c4594fae72d0ce273a5dc9a54c1227527b1..8ea651a82ed0cd0ba72519ba73c308b80947a500 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -501,7 +501,7 @@ input via a small child-frame spawned at the position of the cursor.") (build-system emacs-build-system) (propagated-inputs (list emacs-eros emacs-sesman emacs-queue)) (home-page "https://git.sr.ht/~abcdw/emacs-arei") - (synopsis "Asyncronous Reliable Extensible IDE") + (synopsis "Asynchronous Reliable Extensible IDE") (description "Sleek Guile IDE for Emacs.") (license license:gpl3+))) @@ -27999,7 +27999,7 @@ It follows DrRacket concepts where applicable.") (home-page "https://github.com/hasu/emacs-ob-racket") (synopsis "Org Babel support for Racket") (description - "This package adds spport for working with Racket code blocks with + "This package adds support for working with Racket code blocks with Org Babel in Org mode.") (license license:gpl3+))) diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm index cd148fa570792fe0946402ed9b97d05a49cec63e..792eeba5ef064579d68dfeaafa5ddf0b450367c8 100644 --- a/gnu/packages/firmware.scm +++ b/gnu/packages/firmware.scm @@ -414,7 +414,7 @@ broadband modem as found, for example, on PinePhone.") (home-page "https://www.openfirmware.info/FCODE_suite") (synopsis "Utilities to process FCODE, OpenFirmware's byte code") (description "This is the OpenBIOS FCODE suite. It contains a set of -utilites used to process FCODE, OpenFirmware's byte code, consisting of: +utilities used to process FCODE, OpenFirmware's byte code, consisting of: @enumerate @item toke - A tokenizer @item detok - A detokenizer @@ -824,7 +824,7 @@ coreboot.") "SGABIOS provides a means for legacy PC software to communicate with an attached serial console as if a VGA card is attached. It is designed to be inserted into a BIOS as an option ROM to provide over a serial port the display -and input capabilites normally handled by a VGA adapter and a keyboard, and +and input capabilities normally handled by a VGA adapter and a keyboard, and additionally provide hooks for logging displayed characters for later collection after an operating system boots.") (license license:asl2.0)))) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index aa98585ee47c2e7a3994a2aa1b151e11919573ad..eae4335616205ae5d072e5f313618410f4395389 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -11010,7 +11010,7 @@ can be downloaded from @url{https://zero.sjeng.org/best-network}.") (inputs (list qtbase-5 qtsvg-5)) (home-page "https://portnov.github.io/qcheckers/") (synopsis "Qt-based checkers boardgame") - (description "QCheckers, formely known as KCheckers, is a is a Qt version + (description "QCheckers, formerly known as KCheckers, is a is a Qt version of the classic boardgame checkers (also known as draughts).") (license license:gpl2+))) diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index d7cef57cdef35d27768b3dc6e6d65224320085a1..6f6218cb278adcb7b1a6c483b4fb238127d90aa6 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1167,7 +1167,7 @@ for the @code{OpenStreetMap} Overpass API.") (description "@code{ogr2osm} is a tool for converting ogr-readable files into @acronym{OSM, OpenStreetMap} format. It supports reading from OGR files like -shapefiles or PostgresSQL database and converts data into @code{osm} or +shapefiles or PostgreSQL database and converts data into @code{osm} or @code{osm.pbf} formats. A translation file can be used to manipulate the data during conversion.") (license license:expat))) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 295f69d2def4ea7d3b233add7964be3ee928fe2b..01ac019833fe013622ece4a248fc0eeed9055a2d 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -1225,7 +1225,7 @@ for calling methods on remote servers by exchanging JSON objects.") (inputs `(("guile" ,guile-next))) (propagated-inputs (list guile-fibers)) (home-page "https://git.sr.ht/~abcdw/guile-ares-rs") - (synopsis "Asyncronous Reliable Extensible Sleek RPC Server for Guile") + (synopsis "Asynchronous Reliable Extensible Sleek RPC Server for Guile") (description "Asynchronous Reliable Extensible Sleek RPC Server for Guile. It's based on nREPL protocol and can be used for programmable interactions with a running guile processes, for implementing REPLs, IDEs, @@ -5733,7 +5733,7 @@ using a short read-capability.") (description "R7RS-small Scheme library for reading and writing @acronym{RSV, rows of string values} data format, a very simple binary format for storing tables -of strings. It is a competitor for CSV (Comma Seperated Values) and TSV (Tab +of strings. It is a competitor for CSV (Comma Separated Values) and TSV (Tab Separated Values). Its main benefit is that the strings are represented as Unicode encoded as UTF-8, and the value and row separators are byte values that are never used in UTF-8, so the strings do not need any error prone diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index a1e6879da09a0d3e21ac56f70adcd7d157301109..0e1cffe0464dcea7544738f3503ca0a99b9a43b1 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -4714,7 +4714,7 @@ additions is not changed.") (description "This package provides an interface for manipulating multivariate polynomials. Implementing algorithms on polynomials using this interface will allow the algorithm -to work for all polynomials implenting this interface. The interface contains +to work for all polynomials implementing this interface. The interface contains functions for accessing the coefficients, monomials, defining arithmetic operations on them, rational functions, division with remainder, calculus and differentiation, and evaluation and substitution.") diff --git a/gnu/packages/language.scm b/gnu/packages/language.scm index 1d45c7e180ee16522475de8b64ed1baebf26dcc4..3064d05c0f7d68fcc9efc40563561b7f17aee5cb 100644 --- a/gnu/packages/language.scm +++ b/gnu/packages/language.scm @@ -1131,7 +1131,7 @@ fi"))))))) (inputs (list libiconv)) (home-page "https://taku910.github.io/mecab") (synopsis "Morphological analysis engine for texts") - (description "Mecab is a morphological analysis engine developped as a + (description "Mecab is a morphological analysis engine developed as a collaboration between the Kyoto university and Nippon Telegraph and Telephone Corporation. The engine is independent of any language, dictionary or corpus.") (license (list license:gpl2+ license:lgpl2.1+ license:bsd-3)))) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 6323319d3abd7f03747e2467d9dff88cc5b9eb90..3135413c5d2decf414065a4370738a7b5e63691c 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -7215,7 +7215,7 @@ similar to that provided by @command{yason} or @command{st-json}.") (description " This package provides a JSON Pointer (@url{https://tools.ietf.org/html/rfc6901,RFC6901}) implementation for -Common Lisp. This libary aims to be independent from any JSON libraries (as much +Common Lisp. This library aims to be independent from any JSON libraries (as much as possible).") (license license:expat)))) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 5162c5b22d61c22c57e2198e9534f1d677ae36d6..da301aa17ff5c7cacaa67c87207716334e9910f6 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -4662,7 +4662,7 @@ contains facebook extensions and is used by PyTorch.") #:install-plan ''(("include" "include")))) (home-page "https://github.com/intel/ideep") - (synopsis "Ideep headers for interal use by PyTorch") + (synopsis "Ideep headers for internal use by PyTorch") (description "This library is used internally as header-only library by PyTorch.") (license license:expat))) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 32c23e8838d780f3be4af6a673fdb850149c8a69..b68ff96aa8898d626ddd1c5fce0c256434dc4e07 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -6427,7 +6427,7 @@ target_link_libraries(CHOLMOD_static PRIVATE ${METIS_LIBRARY} ${GKLIB_LIBRARY})" (home-page "https://people.engr.tamu.edu/davis/suitesparse.html") (synopsis "Library for solving sparse symmetric positive definite linear equations") - (description "CHOLMOD is a set of routins for factorizing sparse symmetrix + (description "CHOLMOD is a set of routines for factorizing sparse symmetrix positive definite matrices, updating/downdating sparse Cholesky factorizations and other related operations.") (license (list license:gpl2+ license:lgpl2.1+)))) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5e7ea6c6f68e497eccc7fa9e88e0e9fcd6f8b4ad..6269bd5b2d0ebb0be22b89d73d8016075e260589 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -8820,7 +8820,7 @@ get an precise reference of when the executable was built."))) (propagated-inputs (list dune-dyn ocaml-odoc)) (synopsis "Parse ocaml compiler output into structured form") (description - "This library parses ocaml complier output and returns it as ocaml values. + "This library parses ocaml compiler output and returns it as ocaml values. This library offers no backwards compatibility guarantees."))) (define-public ocaml-chrome-trace diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index ca28a0af1499f99300aaded9c84096d7c7e78731..444efb67dd72beb0f61b4439614be6cbae295f14 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -151,7 +151,7 @@ python-pillow)) (home-page "https://github.com/jpakkane/a4pdf") (synopsis "Color-managed PDF generator") - (description "A4PDF is a low-level libray for generating PDF files. + (description "A4PDF is a low-level library for generating PDF files. It does not have a document model and instead uses PDF primitives directly. It uses LittleCMS for color management but otherwise does not convert data in any way.") diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index bbfa5c1b39c5cf67ae278afae8c807b46557f1b5..b3126de46563d9df4224ab6a83a9a396beb56ba1 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -4122,7 +4122,7 @@ Ruby Gems.") (build-system ruby-build-system) (synopsis "ActiveSupport stream silencing without ActiveSupport") (description "SilentStream is an extraction of some parts of -ActiveSupport's Kernel Reporting Core Extentions around silencing IO +ActiveSupport's Kernel Reporting Core Extensions around silencing IO streams.") (home-page "https://github.com/pboling/silent_stream") (license license:expat))) @@ -11398,7 +11398,7 @@ definitions.") ;; triggered in the build environment, for reasons unknown. (("def test_cp_r_dev.*" all) (string-append all " return true\n")))))))) - (synopsis "Ruby utility libray to manipulate files") + (synopsis "Ruby utility library to manipulate files") (description "The FileUtils Ruby library includes Several file utility methods for copying, moving, removing, etc.") (home-page "https://github.com/ruby/fileutils") diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 58c415bcccea70f19c37f0fc1101800866dfdfdc..054a09c47def122dc337aea715d3df116519c06b 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -1906,7 +1906,7 @@ bar. It is also compatible with sway.") (synopsis "Featureful text editor in less than 1024 lines of code") (description "Inspired by the kilo text editor in C, this package provides a text -editor in less than 1024 lines of code with syntax higlighting, search and +editor in less than 1024 lines of code with syntax highlighting, search and more.") (license (list license:expat license:asl2.0)))) diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 4c9ad0628b846e224167d8d4f876c276e1c29f34..811f74e6d6ced7f520e72b1d4eface4791dc333b 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -1390,7 +1390,7 @@ Gerbil code within Emacs."))) "Owl Lisp is a simple programming language. It is intended to provide a portable system for writing standalone programs in a subjectively pleasant dialect of Lisp. It has a minimal core and runtime, purely functional -operation, and suppport for asynchronous evaluation.") +operation, and support for asynchronous evaluation.") (license expat))) (define-public stklos diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index b5c27f70a2a144ea6b1bc19186d06a3b7dfca9a7..00ca5f94c4dedc9f7353bff168cefbc2c4a31a01 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -8167,7 +8167,7 @@ models, using simulation. It was designed to work with models fit using the "Pilotdata based simulations for estimating power in linear mixed models") (description "Mixedpower uses pilotdata and a linear mixed model fitted with lme4 to -simulate new data sets. Power is computed seperate for every effect in the +simulate new data sets. Power is computed separate for every effect in the model output as the relation of significant simulations to all simulations. More conservative simulations as a protection against a bias in the pilotdata are available as well as methods for plotting the results.") diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm index 2bf1377b6618953a1a9886a04c3ce0187bc89869..5d1bf68650e49804c7b683494bea8908bad44f6b 100644 --- a/gnu/packages/sugar.scm +++ b/gnu/packages/sugar.scm @@ -723,7 +723,7 @@ import logging (list gettext-minimal)) (home-page "https://github.com/sugarlabs/sugar-commander") (synopsis "Manage your Sugar journal") - (description "Sugar-commander lets you import items from removeable + (description "Sugar-commander lets you import items from removable devices like USB drives and SD cards using a familiar hierarchical view of files on these devices, as opposed to the flattened Journal view that the Sugar Journal gives to these devices. It also enables you to see how much