diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-22 15:20:58 +0200 | 
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-23 12:39:57 +0200 | 
| commit | 8d01f8a66ac2477d477747275f71d573d1c9b8c7 (patch) | |
| tree | d7fbc6f141bc1a92b0d00e5dcb6c24a8ae8116e3 /gnu/installer.scm | |
| parent | fec41dc0590d900d1fc7cf92d82e92b65cabdba2 (diff) | |
installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
Diffstat (limited to 'gnu/installer.scm')
| -rw-r--r-- | gnu/installer.scm | 2 | 
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 | 
