mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
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".
This commit is contained in:
parent
6a1124cf73
commit
e81dd8e2c7
18 changed files with 22 additions and 22 deletions
|
@ -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))))
|
||||
|
||||
|
|
|
@ -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+)))
|
||||
|
||||
|
|
|
@ -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))))
|
||||
|
|
|
@ -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+)))
|
||||
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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))))
|
||||
|
|
|
@ -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))))
|
||||
|
||||
|
|
|
@ -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)))
|
||||
|
|
|
@ -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+))))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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))))
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue