guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: scripts: download: Fix docstring typo.


From: guix-commits
Subject: 01/02: scripts: download: Fix docstring typo.
Date: Wed, 27 Dec 2023 15:58:59 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 0a55bf68bb6af5e3f239230dec802011a0f42607
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Tue Dec 26 15:54:59 2023 +0100

    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>
---
 guix/scripts/download.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]