Merge branch 'typo-fixes-20211114'
This commit is contained in:
commit
272e8f5051
@ -351,7 +351,7 @@ extended with one gexp.")))
|
||||
(unless new-home-env (setenv "GUIX_NEW_HOME" #f))
|
||||
(unless old-home-env (setenv "GUIX_OLD_HOME" #f)))
|
||||
(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
|
||||
It doesn't seem that home environment is somewhere around.
|
||||
Make sure that you call ./activate by symlink from -home store item.\n"
|
||||
|
@ -69,7 +69,7 @@ only be extended.
|
||||
@code{profile} is a list of file-like objects, which will go to
|
||||
@file{~/.profile}. By default @file{~/.profile} contains the
|
||||
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.
|
||||
|
||||
In most cases shell's configuration files are preferred places for
|
||||
|
@ -28,7 +28,7 @@
|
||||
list->human-readable-list))
|
||||
|
||||
(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."
|
||||
(if (string? object)
|
||||
object
|
||||
|
@ -136,7 +136,7 @@ are no extensions use configuration instead."
|
||||
(description "Configure XDG base directories. This
|
||||
service introduces two additional variables @env{XDG_STATE_HOME},
|
||||
@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
|
||||
instantiated by default, to provide non-default value, extend the
|
||||
service-type (using @code{simple-service} for example).")))
|
||||
|
@ -13123,7 +13123,7 @@ within the R for Mass Spectrometry packages.")
|
||||
"The MsFeature package defines functionality for Mass Spectrometry
|
||||
features. This includes functions to group (LC-MS) features based on some of
|
||||
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
|
||||
allows to aggregate abundance levels of features within each group. This
|
||||
package defines concepts and functions for base and common data types,
|
||||
|
@ -17405,7 +17405,7 @@ a result when an allocation error occurs, ala
|
||||
@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},
|
||||
@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.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
|
@ -12360,7 +12360,7 @@ programming and reproducible research.")
|
||||
(synopsis "Unmaintained add-ons for Org mode")
|
||||
(description
|
||||
"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.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
|
@ -1120,7 +1120,7 @@ examples and more information.")
|
||||
(home-page "https://github.com/andrewthad/quickcheck-classes#readme")
|
||||
(synopsis "QuickCheck common typeclasses from `base`")
|
||||
(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
|
||||
purpose of splitting this out is so that `primitive` can depend
|
||||
on `quickcheck-classes-base` in its test suite, avoiding the
|
||||
|
@ -3434,7 +3434,7 @@ with sensible defaults out of the box.")
|
||||
(native-inputs
|
||||
`(("python-pytest-cov" ,python-pytest-cov)))
|
||||
(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
|
||||
"cligj is for Python developers who create command line interfaces
|
||||
for geospatial data. cligj allows you to quickly build consistent,
|
||||
|
@ -240,7 +240,7 @@ package contains the library and drivers.")))
|
||||
("zlib" ,zlib)))
|
||||
(home-page "https://scanbd.sourceforge.io")
|
||||
(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
|
||||
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.
|
||||
|
@ -109,7 +109,7 @@
|
||||
|
||||
(define* (wrap-qt-program program-name #:key inputs output
|
||||
(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.
|
||||
|
||||
This is like qt-build-systems's phase \"qt-wrap\", but only the named program
|
||||
|
Loading…
Reference in New Issue
Block a user