me
/
guix
Archived
1
0
Fork 0

scripts: download: Fix docstring typo.

* guix/scripts/download.scm (ensure-valid-store-file-name name): Fix
the docstring.

Change-Id: If3fe3a923f514bb69297b566e0642c5e80fe4648
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Romain GARBAGE 2023-12-26 15:54:59 +01:00 committed by Mathieu Othacehe
parent 93ac4c20bf
commit 0a55bf68bb
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
file)) file))
(define (ensure-valid-store-file-name name) (define (ensure-valid-store-file-name name)
"Replace any character not allowed in a stror name by an underscore." "Replace any character not allowed in a store name by an underscore."
(define valid (define valid
;; according to nix/libstore/store-api.cc ;; according to nix/libstore/store-api.cc