summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorRomain GARBAGE <romain.garbage@inria.fr>2023-12-26 15:54:59 +0100
committerMathieu Othacehe <othacehe@gnu.org>2023-12-27 21:58:16 +0100
commit0a55bf68bb6af5e3f239230dec802011a0f42607 (patch)
treeff8f1bd6dade37e27eb8f41a06f003d560c7a2bd /guix
parent93ac4c20bf4b46b2bb9d0d2b9bec0b728b34de87 (diff)
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>
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/download.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/download.scm b/guix/scripts/download.scm
index 0441d3fead..19052d5652 100644
--- a/guix/scripts/download.scm
+++ b/guix/scripts/download.scm
@@ -55,7 +55,7 @@
file))
(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
;; according to nix/libstore/store-api.cc