[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: installer: Fix docstring typo.
From: |
guix-commits |
Subject: |
02/06: installer: Fix docstring typo. |
Date: |
Wed, 23 Sep 2020 06:40:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8d01f8a66ac2477d477747275f71d573d1c9b8c7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 22 15:20:58 2020 +0200
installer: Fix docstring typo.
* gnu/installer.scm (build-compiled-file): Fix a typo in the docstring.
---
gnu/installer.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/installer.scm b/gnu/installer.scm
index 5c3192d..c582a46 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
- branch master updated (6e39866 -> 63003bd), guix-commits, 2020/09/23
- 02/06: installer: Fix docstring typo.,
guix-commits <=
- 01/06: gnu: dmenu: Update to 5.0., guix-commits, 2020/09/23
- 03/06: gnu: youtube-dl: Update to 2020.09.20., guix-commits, 2020/09/23
- 05/06: gnu: libssh: Update to 0.9.5 [security fixes?]., guix-commits, 2020/09/23
- 06/06: gnu: jucipp: Update to 1.6.1., guix-commits, 2020/09/23
- 04/06: gnu: python-pynvim: Update to 0.4.2., guix-commits, 2020/09/23