installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.master
parent
fec41dc059
commit
8d01f8a66a
|
@ -71,7 +71,7 @@
|
||||||
(_ #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
|
||||||
|
|
Reference in New Issue