Merge branch 'typo-fixes-20211114'

This commit is contained in:
Vagrant Cascadian 2021-11-14 18:03:41 -08:00
commit 272e8f5051
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA
11 changed files with 11 additions and 11 deletions

View file

@ -351,7 +351,7 @@ (define (compute-activation-script init-gexp gexps)
(unless new-home-env (setenv "GUIX_NEW_HOME" #f)) (unless new-home-env (setenv "GUIX_NEW_HOME" #f))
(unless old-home-env (setenv "GUIX_OLD_HOME" #f))) (unless old-home-env (setenv "GUIX_OLD_HOME" #f)))
(format #t "\ (format #t "\
Activation script was either called or loaded by file from this direcotry: Activation script was either called or loaded by file from this directory:
~a ~a
It doesn't seem that home environment is somewhere around. It doesn't seem that home environment is somewhere around.
Make sure that you call ./activate by symlink from -home store item.\n" Make sure that you call ./activate by symlink from -home store item.\n"

View file

@ -69,7 +69,7 @@ (define-configuration home-shell-profile-configuration
@code{profile} is a list of file-like objects, which will go to @code{profile} is a list of file-like objects, which will go to
@file{~/.profile}. By default @file{~/.profile} contains the @file{~/.profile}. By default @file{~/.profile} contains the
initialization code, which have to be evaluated by login shell to make initialization code, which have to be evaluated by login shell to make
home-environment's profile avaliable to the user, but other commands home-environment's profile available to the user, but other commands
can be added to the file if it is really necessary. can be added to the file if it is really necessary.
In most cases shell's configuration files are preferred places for In most cases shell's configuration files are preferred places for

View file

@ -28,7 +28,7 @@ (define-module (gnu home services utils)
list->human-readable-list)) list->human-readable-list))
(define (maybe-object->string object) (define (maybe-object->string object)
"Like @code{object->string} but don't do anyting if OBJECT already is "Like @code{object->string} but don't do anything if OBJECT already is
a string." a string."
(if (string? object) (if (string? object)
object object

View file

@ -136,7 +136,7 @@ (define home-xdg-base-directories-service-type
(description "Configure XDG base directories. This (description "Configure XDG base directories. This
service introduces two additional variables @env{XDG_STATE_HOME}, service introduces two additional variables @env{XDG_STATE_HOME},
@env{XDG_LOG_HOME}. They are not a part of XDG specification, at @env{XDG_LOG_HOME}. They are not a part of XDG specification, at
least yet, but are convinient to have, it improves the consistency least yet, but are convenient to have, it improves the consistency
between different home services. The services of this service-type is between different home services. The services of this service-type is
instantiated by default, to provide non-default value, extend the instantiated by default, to provide non-default value, extend the
service-type (using @code{simple-service} for example)."))) service-type (using @code{simple-service} for example).")))

View file

@ -13123,7 +13123,7 @@ (define-public r-msfeatures
"The MsFeature package defines functionality for Mass Spectrometry "The MsFeature package defines functionality for Mass Spectrometry
features. This includes functions to group (LC-MS) features based on some of features. This includes functions to group (LC-MS) features based on some of
their properties, such as retention time (coeluting features), or correlation their properties, such as retention time (coeluting features), or correlation
of signals across samples. This packge hence allows to group features, and of signals across samples. This package hence allows to group features, and
its results can be used as an input for the @code{QFeatures} package which its results can be used as an input for the @code{QFeatures} package which
allows to aggregate abundance levels of features within each group. This allows to aggregate abundance levels of features within each group. This
package defines concepts and functions for base and common data types, package defines concepts and functions for base and common data types,

View file

@ -17405,7 +17405,7 @@ (define-public rust-fallible-collections-0.4
@url{https://github.com/rust-lang/rfcs/blob/master/text/2116-alloc-me-maybe.md,RFC @url{https://github.com/rust-lang/rfcs/blob/master/text/2116-alloc-me-maybe.md,RFC
2116}. The API currently proposes a fallible interface for @code{Vec}, 2116}. The API currently proposes a fallible interface for @code{Vec},
@code{Box}, @code{Arc}, @code{Btree} and @code{Rc}, as well as a @code{Box}, @code{Arc}, @code{Btree} and @code{Rc}, as well as a
@code{TryClone} trait wich is implemented for primitive Rust traits and a @code{TryClone} trait which is implemented for primitive Rust traits and a
fallible format macro.") fallible format macro.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))

View file

@ -12360,7 +12360,7 @@ (define-public emacs-org-contrib
(synopsis "Unmaintained add-ons for Org mode") (synopsis "Unmaintained add-ons for Org mode")
(description (description
"This package contains add-ons to Org. Be warned that these libraries "This package contains add-ons to Org. Be warned that these libraries
receive little if no maintainance and there is no guaranty that they are receive little if no maintenance and there is no guaranty that they are
compatible with the Org stable version.") compatible with the Org stable version.")
(license license:gpl3+))) (license license:gpl3+)))

View file

@ -1120,7 +1120,7 @@ (define-public ghc-quickcheck-classes-base
(home-page "https://github.com/andrewthad/quickcheck-classes#readme") (home-page "https://github.com/andrewthad/quickcheck-classes#readme")
(synopsis "QuickCheck common typeclasses from `base`") (synopsis "QuickCheck common typeclasses from `base`")
(description (description
"This libary is a minimal variant of `quickcheck-classes` "This library is a minimal variant of `quickcheck-classes`
that only provides laws for typeclasses from `base`. The main that only provides laws for typeclasses from `base`. The main
purpose of splitting this out is so that `primitive` can depend purpose of splitting this out is so that `primitive` can depend
on `quickcheck-classes-base` in its test suite, avoiding the on `quickcheck-classes-base` in its test suite, avoiding the

View file

@ -3434,7 +3434,7 @@ (define-public python-cligj
(native-inputs (native-inputs
`(("python-pytest-cov" ,python-pytest-cov))) `(("python-pytest-cov" ,python-pytest-cov)))
(home-page "https://github.com/mapbox/cligj") (home-page "https://github.com/mapbox/cligj")
(synopsis "Click params for commmand line interfaces to GeoJSON") (synopsis "Click params for command line interfaces to GeoJSON")
(description (description
"cligj is for Python developers who create command line interfaces "cligj is for Python developers who create command line interfaces
for geospatial data. cligj allows you to quickly build consistent, for geospatial data. cligj allows you to quickly build consistent,

View file

@ -240,7 +240,7 @@ (define-public scanbd
("zlib" ,zlib))) ("zlib" ,zlib)))
(home-page "https://scanbd.sourceforge.io") (home-page "https://scanbd.sourceforge.io")
(synopsis "Configurable scanner button monitor") (synopsis "Configurable scanner button monitor")
(description "Scanbd stands for scanner button daemon. It regulary polls (description "Scanbd stands for scanner button daemon. It regularly polls
scanners for pressed buttons, function knob changes, or other events such scanners for pressed buttons, function knob changes, or other events such
as (un)plugging the scanner or inserting and removing paper. Then it performs as (un)plugging the scanner or inserting and removing paper. Then it performs
the desired action(s) such as saving, copying, or e-mailing the image. the desired action(s) such as saving, copying, or e-mailing the image.

View file

@ -109,7 +109,7 @@ (define input-directories
(define* (wrap-qt-program program-name #:key inputs output (define* (wrap-qt-program program-name #:key inputs output
(qt-wrap-excluded-inputs %qt-wrap-excluded-inputs)) (qt-wrap-excluded-inputs %qt-wrap-excluded-inputs))
"Wrap the specified programm (which must reside in the OUTPUT's \"/bin\" "Wrap the specified program (which must reside in the OUTPUT's \"/bin\"
directory) with suitably set environment variables. directory) with suitably set environment variables.
This is like qt-build-systems's phase \"qt-wrap\", but only the named program This is like qt-build-systems's phase \"qt-wrap\", but only the named program