aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-22 15:20:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-23 12:39:57 +0200
commit8d01f8a66ac2477d477747275f71d573d1c9b8c7 (patch)
treed7fbc6f141bc1a92b0d00e5dcb6c24a8ae8116e3
parentfec41dc0590d900d1fc7cf92d82e92b65cabdba2 (diff)
downloadguix-8d01f8a66ac2477d477747275f71d573d1c9b8c7.tar.gz
guix-8d01f8a66ac2477d477747275f71d573d1c9b8c7.zip
installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
-rw-r--r--gnu/installer.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/installer.scm b/gnu/installer.scm
index 5c3192d7a6..c582a46c14 100644
--- a/gnu/installer.scm
+++ b/gnu/installer.scm
@@ -71,7 +71,7 @@
(_ #f)))
(define* (build-compiled-file name locale-builder)
- "Return a file-like object that evalutes the gexp LOCALE-BUILDER and store
+ "Return a file-like object that evaluates the gexp LOCALE-BUILDER and store
its result in the scheme file NAME. The derivation will also build a compiled
version of this file."
(define set-utf8-locale
haskell-check.scm?id=abbe5a2a47860703477ef019e3f33f368e090027'>gnu: ghc-hspec: Update to 2.7.1....Timothy Sample 2019-11-20gnu: ghc-hspec-core: Update to 2.7.1....Timothy Sample 2019-11-20gnu: ghc-tasty-quickcheck: Update to 0.10.1....Timothy Sample 2019-11-20gnu: ghc-tasty-hunit: Update to 0.10.0.2....Timothy Sample 2019-11-20gnu: ghc-tasty-expected-failure: Update to 0.11.1.2....Timothy Sample 2019-11-20gnu: hspec-discover: Update to 2.7.1....Timothy Sample 2019-11-20gnu: ghc-hspec-meta: Update to 2.6.0....Timothy Sample 2019-11-20gnu: ghc-tasty: Update to 1.2.3....Timothy Sample 2019-11-20gnu: ghc-test-framework-quickcheck2: Update to 0.3.0.5....Timothy Sample 2019-11-20gnu: ghc-test-framework: Update Cabal file to r5....Timothy Sample 2019-11-20gnu: ghc-quickcheck: Update to 2.13.2....Timothy Sample 2019-11-20gnu: cabal-doctest: Update to 1.0.8....Timothy Sample 2019-08-31gnu: Move non-compilers out of haskell.scm....Robert Vollmert 2019-08-31gnu: cabal-doctest: Move to haskell-check.scm....Robert Vollmert 2019-08-07gnu: ghc-ansi-terminal: Downgrade to 0.8.0.4....Robert Vollmert 2019-08-07gnu: Remove ghc-parsec, ghc-stm, ghc-text, ghc-xhtml....Robert Vollmert 2019-07-16gnu: ghc-clock-bootstrap: Move and inherit from ghc-clock....Timothy Sample 2019-07-02gnu: Add ghc-hedgehog....Jacob MacDonald 2019-05-22gnu: ghc-test-framework-quickcheck2: Fix typo "This package"....Vagrant Cascadian 2019-03-31gnu: Fix descriptions to not use quotes....Efraim Flashner 2019-03-18Correct name and email address for ng0....ng0