unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68049] [PATCH] download: Fix docstring typo.
@ 2023-12-26 14:54 Romain GARBAGE
  2023-12-27 20:33 ` bug#68049: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Romain GARBAGE @ 2023-12-26 14:54 UTC (permalink / raw)
  To: 68049; +Cc: Romain GARBAGE

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

Change-Id: If3fe3a923f514bb69297b566e0642c5e80fe4648
---
 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 @@ (define (download-to-file url file)
     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
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#68049: [PATCH] download: Fix docstring typo.
  2023-12-26 14:54 [bug#68049] [PATCH] download: Fix docstring typo Romain GARBAGE
@ 2023-12-27 20:33 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-12-27 20:33 UTC (permalink / raw)
  To: Romain GARBAGE; +Cc: 68049-done


>  (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."

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-27 20:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-26 14:54 [bug#68049] [PATCH] download: Fix docstring typo Romain GARBAGE
2023-12-27 20:33 ` bug#68049: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).