mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
This commit is contained in:
parent
fec41dc059
commit
8d01f8a66a
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ (define not-config?
|
||||||
(_ #f)))
|
(_ #f)))
|
||||||
|
|
||||||
(define* (build-compiled-file name locale-builder)
|
(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
|
its result in the scheme file NAME. The derivation will also build a compiled
|
||||||
version of this file."
|
version of this file."
|
||||||
(define set-utf8-locale
|
(define set-utf8-locale
|
||||||
|
|
Loading…
Reference in a new issue