installer: Fix docstring typo.

* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-22 15:20:58 +02:00
parent fec41dc059
commit 8d01f8a66a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -71,7 +71,7 @@ (define not-config?
(_ #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